Class OrderEdit
java.lang.Object
com.commercetools.graphql.api.types.OrderEdit
- All Implemented Interfaces:
Versioned
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOrderEdit(String key, Reference resourceRef, Order resource, List<StagedOrderUpdateActionOutput> stagedActions, OrderEditResult result, String comment, CustomFieldsType custom, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKey()inthashCode()static OrderEdit.BuildervoidsetComment(String comment) voidsetCreatedAt(OffsetDateTime createdAt) voidsetCreatedBy(Initiator createdBy) voidsetCustom(CustomFieldsType custom) voidvoidvoidsetLastModifiedAt(OffsetDateTime lastModifiedAt) voidsetLastModifiedBy(Initiator lastModifiedBy) voidsetResource(Order resource) voidsetResourceRef(Reference resourceRef) voidsetResult(OrderEditResult result) voidsetStagedActions(List<StagedOrderUpdateActionOutput> stagedActions) voidsetVersion(Long version) toString()
-
Constructor Details
-
OrderEdit
public OrderEdit() -
OrderEdit
public OrderEdit(String key, Reference resourceRef, Order resource, List<StagedOrderUpdateActionOutput> stagedActions, OrderEditResult result, String comment, CustomFieldsType custom, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy)
-
-
Method Details
-
getKey
-
setKey
-
getResourceRef
-
setResourceRef
-
getResource
-
setResource
-
getStagedActions
-
setStagedActions
-
getResult
-
setResult
-
getComment
-
setComment
-
getCustom
-
setCustom
-
getId
-
setId
-
getVersion
- Specified by:
getVersionin interfaceVersioned
-
setVersion
- Specified by:
setVersionin interfaceVersioned
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceVersioned
-
setCreatedAt
- Specified by:
setCreatedAtin interfaceVersioned
-
getLastModifiedAt
- Specified by:
getLastModifiedAtin interfaceVersioned
-
setLastModifiedAt
- Specified by:
setLastModifiedAtin interfaceVersioned
-
getCreatedBy
- Specified by:
getCreatedByin interfaceVersioned
-
setCreatedBy
- Specified by:
setCreatedByin interfaceVersioned
-
getLastModifiedBy
- Specified by:
getLastModifiedByin interfaceVersioned
-
setLastModifiedBy
- Specified by:
setLastModifiedByin interfaceVersioned
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-