Class ChangeProfileRequest

java.lang.Object
de.codebarista.shopware.model.core.ChangeProfileRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class ChangeProfileRequest extends Object
ChangeProfileRequest
  • Field Details

  • Constructor Details

    • ChangeProfileRequest

      public ChangeProfileRequest()
  • Method Details

    • salutationId

      public ChangeProfileRequest salutationId(String salutationId)
    • getSalutationId

      @Nonnull public String getSalutationId()
      Id of the salutation for the customer account. Fetch options using `salutation` endpoint.
      Returns:
      salutationId
    • setSalutationId

      public void setSalutationId(String salutationId)
    • title

      public ChangeProfileRequest title(String title)
    • getTitle

      @Nullable public String getTitle()
      (Academic) title of the customer
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • firstName

      public ChangeProfileRequest firstName(String firstName)
    • getFirstName

      @Nonnull public String getFirstName()
      Customer first name. Value will be reused for shipping and billing address if not provided explicitly.
      Returns:
      firstName
    • setFirstName

      public void setFirstName(String firstName)
    • lastName

      public ChangeProfileRequest lastName(String lastName)
    • getLastName

      @Nonnull public String getLastName()
      Customer last name. Value will be reused for shipping and billing address if not provided explicitly.
      Returns:
      lastName
    • setLastName

      public void setLastName(String lastName)
    • company

      public ChangeProfileRequest company(String company)
    • getCompany

      @Nullable public String getCompany()
      Company of the customer. Only required when `accountType` is `business`.
      Returns:
      company
    • setCompany

      public void setCompany(String company)
    • birthdayDay

      public ChangeProfileRequest birthdayDay(Integer birthdayDay)
    • getBirthdayDay

      @Nullable public Integer getBirthdayDay()
      Birthday day
      Returns:
      birthdayDay
    • setBirthdayDay

      public void setBirthdayDay(Integer birthdayDay)
    • birthdayMonth

      public ChangeProfileRequest birthdayMonth(Integer birthdayMonth)
    • getBirthdayMonth

      @Nullable public Integer getBirthdayMonth()
      Birthday month
      Returns:
      birthdayMonth
    • setBirthdayMonth

      public void setBirthdayMonth(Integer birthdayMonth)
    • birthdayYear

      public ChangeProfileRequest birthdayYear(Integer birthdayYear)
    • getBirthdayYear

      @Nullable public Integer getBirthdayYear()
      Birthday year
      Returns:
      birthdayYear
    • setBirthdayYear

      public void setBirthdayYear(Integer birthdayYear)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object