Class UpdateStagedOrderSyncInfoOutput
java.lang.Object
com.commercetools.graphql.api.types.UpdateStagedOrderSyncInfoOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class UpdateStagedOrderSyncInfoOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateStagedOrderSyncInfoOutput(String type, ChannelReferenceIdentifier channelResId, OffsetDateTime syncedAt, String externalId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetChannelResId(ChannelReferenceIdentifier channelResId) voidsetExternalId(String externalId) voidsetSyncedAt(OffsetDateTime syncedAt) voidtoString()
-
Constructor Details
-
UpdateStagedOrderSyncInfoOutput
public UpdateStagedOrderSyncInfoOutput() -
UpdateStagedOrderSyncInfoOutput
public UpdateStagedOrderSyncInfoOutput(String type, ChannelReferenceIdentifier channelResId, OffsetDateTime syncedAt, String externalId)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getChannelResId
-
setChannelResId
-
getSyncedAt
-
setSyncedAt
-
getExternalId
-
setExternalId
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-