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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbirthdayDay(Integer birthdayDay) birthdayMonth(Integer birthdayMonth) birthdayYear(Integer birthdayYear) booleanBirthday dayBirthday monthBirthday yearCompany of the customer.Customer first name.Customer last name.Id of the salutation for the customer account.getTitle()(Academic) title of the customerinthashCode()salutationId(String salutationId) voidsetBirthdayDay(Integer birthdayDay) voidsetBirthdayMonth(Integer birthdayMonth) voidsetBirthdayYear(Integer birthdayYear) voidsetCompany(String company) voidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetSalutationId(String salutationId) voidtoString()
-
Field Details
-
JSON_PROPERTY_SALUTATION_ID
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_COMPANY
- See Also:
-
JSON_PROPERTY_BIRTHDAY_DAY
- See Also:
-
JSON_PROPERTY_BIRTHDAY_MONTH
- See Also:
-
JSON_PROPERTY_BIRTHDAY_YEAR
- See Also:
-
-
Constructor Details
-
ChangeProfileRequest
public ChangeProfileRequest()
-
-
Method Details
-
salutationId
-
getSalutationId
Id of the salutation for the customer account. Fetch options using `salutation` endpoint.- Returns:
- salutationId
-
setSalutationId
-
title
-
getTitle
(Academic) title of the customer- Returns:
- title
-
setTitle
-
firstName
-
getFirstName
Customer first name. Value will be reused for shipping and billing address if not provided explicitly.- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Customer last name. Value will be reused for shipping and billing address if not provided explicitly.- Returns:
- lastName
-
setLastName
-
company
-
getCompany
Company of the customer. Only required when `accountType` is `business`.- Returns:
- company
-
setCompany
-
birthdayDay
-
getBirthdayDay
Birthday day- Returns:
- birthdayDay
-
setBirthdayDay
-
birthdayMonth
-
getBirthdayMonth
Birthday month- Returns:
- birthdayMonth
-
setBirthdayMonth
-
birthdayYear
-
getBirthdayYear
Birthday year- Returns:
- birthdayYear
-
setBirthdayYear
-
equals
-
hashCode
public int hashCode() -
toString
-