Class CustomerSignMeUpDraft
java.lang.Object
com.commercetools.graphql.api.types.CustomerSignMeUpDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCustomerSignMeUpDraft(String email, String password, String firstName, String lastName, String middleName, String title, LocalDate dateOfBirth, String companyName, String vatId, List<AddressInput> addresses, Integer defaultBillingAddress, Integer defaultShippingAddress, List<Integer> shippingAddresses, List<Integer> billingAddresses, CustomFieldsDraft custom, String locale, String salutation, String key, List<ResourceIdentifierInput> stores) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe indices of the billing addresses in the `addresses` list.The index of the address in the `addresses` list.The index of the address in the `addresses` list.getEmail()getKey()The indices of the shipping addresses in the `addresses` list.getTitle()getVatId()inthashCode()voidsetAddresses(List<AddressInput> addresses) voidsetBillingAddresses(List<Integer> billingAddresses) voidsetCompanyName(String companyName) voidsetCustom(CustomFieldsDraft custom) voidsetDateOfBirth(LocalDate dateOfBirth) voidsetDefaultBillingAddress(Integer defaultBillingAddress) voidsetDefaultShippingAddress(Integer defaultShippingAddress) voidvoidsetFirstName(String firstName) voidvoidsetLastName(String lastName) voidvoidsetMiddleName(String middleName) voidsetPassword(String password) voidsetSalutation(String salutation) voidsetShippingAddresses(List<Integer> shippingAddresses) voidsetStores(List<ResourceIdentifierInput> stores) voidvoidtoString()
-
Constructor Details
-
CustomerSignMeUpDraft
public CustomerSignMeUpDraft() -
CustomerSignMeUpDraft
public CustomerSignMeUpDraft(String email, String password, String firstName, String lastName, String middleName, String title, LocalDate dateOfBirth, String companyName, String vatId, List<AddressInput> addresses, Integer defaultBillingAddress, Integer defaultShippingAddress, List<Integer> shippingAddresses, List<Integer> billingAddresses, CustomFieldsDraft custom, String locale, String salutation, String key, List<ResourceIdentifierInput> stores)
-
-
Method Details
-
getEmail
-
setEmail
-
getPassword
-
setPassword
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getMiddleName
-
setMiddleName
-
getTitle
-
setTitle
-
getDateOfBirth
-
setDateOfBirth
-
getCompanyName
-
setCompanyName
-
getVatId
-
setVatId
-
getAddresses
-
setAddresses
-
getDefaultBillingAddress
The index of the address in the `addresses` list. The `defaultBillingAddressId` of the customer will be set to the ID of that address. -
setDefaultBillingAddress
-
getDefaultShippingAddress
The index of the address in the `addresses` list. The `defaultShippingAddressId` of the customer will be set to the ID of that address. -
setDefaultShippingAddress
-
getShippingAddresses
The indices of the shipping addresses in the `addresses` list. The `shippingAddressIds` of the `Customer` will be set to the IDs of that addresses. -
setShippingAddresses
-
getBillingAddresses
The indices of the billing addresses in the `addresses` list. The `billingAddressIds` of the customer will be set to the IDs of that addresses. -
setBillingAddresses
-
getCustom
-
setCustom
-
getLocale
-
setLocale
-
getSalutation
-
setSalutation
-
getKey
-
setKey
-
getStores
-
setStores
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-