Class OrderStoreSet
java.lang.Object
com.commercetools.graphql.api.types.OrderStoreSet
- All Implemented Interfaces:
MessagePayload,OrderMessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOrderStoreSet(Store store, Store oldStore, KeyReference storeRef, KeyReference oldStoreRef, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetStore()getType()inthashCode()static OrderStoreSet.BuildervoidsetOldStore(Store oldStore) voidsetOldStoreRef(KeyReference oldStoreRef) voidvoidsetStoreRef(KeyReference storeRef) voidtoString()
-
Constructor Details
-
OrderStoreSet
public OrderStoreSet() -
OrderStoreSet
public OrderStoreSet(Store store, Store oldStore, KeyReference storeRef, KeyReference oldStoreRef, String type)
-
-
Method Details
-
getStore
-
setStore
-
getOldStore
-
setOldStore
-
getStoreRef
-
setStoreRef
-
getOldStoreRef
-
setOldStoreRef
-
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
-