Class ChangeCustomerAddress
java.lang.Object
com.commercetools.graphql.api.types.ChangeCustomerAddress
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChangeCustomerAddress(String addressId, String addressKey, AddressInput address) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAddress(AddressInput address) voidsetAddressId(String addressId) voidsetAddressKey(String addressKey) toString()
-
Constructor Details
-
ChangeCustomerAddress
public ChangeCustomerAddress() -
ChangeCustomerAddress
-
-
Method Details