Class OrderCustomerSet
java.lang.Object
com.commercetools.graphql.api.types.OrderCustomerSet
- All Implemented Interfaces:
MessagePayload,OrderMessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOrderCustomerSet(Customer customer, Customer oldCustomer, CustomerGroup customerGroup, CustomerGroup oldCustomerGroup, Reference customerRef, Reference oldCustomerRef, Reference customerGroupRef, Reference oldCustomerGroupRef, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static OrderCustomerSet.BuildervoidsetCustomer(Customer customer) voidsetCustomerGroup(CustomerGroup customerGroup) voidsetCustomerGroupRef(Reference customerGroupRef) voidsetCustomerRef(Reference customerRef) voidsetOldCustomer(Customer oldCustomer) voidsetOldCustomerGroup(CustomerGroup oldCustomerGroup) voidsetOldCustomerGroupRef(Reference oldCustomerGroupRef) voidsetOldCustomerRef(Reference oldCustomerRef) voidtoString()
-
Constructor Details
-
OrderCustomerSet
public OrderCustomerSet() -
OrderCustomerSet
public OrderCustomerSet(Customer customer, Customer oldCustomer, CustomerGroup customerGroup, CustomerGroup oldCustomerGroup, Reference customerRef, Reference oldCustomerRef, Reference customerGroupRef, Reference oldCustomerGroupRef, String type)
-
-
Method Details
-
getCustomer
-
setCustomer
-
getOldCustomer
-
setOldCustomer
-
getCustomerGroup
-
setCustomerGroup
-
getOldCustomerGroup
-
setOldCustomerGroup
-
getCustomerRef
-
setCustomerRef
-
getOldCustomerRef
-
setOldCustomerRef
-
getCustomerGroupRef
-
setCustomerGroupRef
-
getOldCustomerGroupRef
-
setOldCustomerGroupRef
-
getType
- Specified by:
getTypein interfaceMessagePayload- Specified by:
getTypein interfaceOrderMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload- Specified by:
setTypein interfaceOrderMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-