public interface OrderEdit extends Resource<OrderEdit>, Custom, WithKey
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
ZonedDateTime |
getCreatedAt() |
CustomFields |
getCustom() |
String |
getId()
The unique ID of this object.
|
String |
getKey() |
ZonedDateTime |
getLastModifiedAt() |
Reference<Order> |
getResource() |
OrderEditResult |
getResult() |
List<OrderEditStagedUpdateAction> |
getStagedActions() |
Long |
getVersion() |
static Reference<OrderEdit> |
referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
static String |
referenceTypeId()
A type hint for references which resource type is linked in a reference.
|
default Reference<OrderEdit> |
toReference()
Creates a reference to this resource, the reference may not be filled.
|
static com.fasterxml.jackson.core.type.TypeReference<OrderEdit> |
typeReference() |
hasSameIdAs, toResourceIdentifier
String getId()
Identifiable
Long getVersion()
getVersion
in interface Resource<OrderEdit>
getVersion
in interface ResourceView<OrderEdit,OrderEdit>
getVersion
in interface Versioned<OrderEdit>
ZonedDateTime getCreatedAt()
getCreatedAt
in interface CreationTimestamped
getCreatedAt
in interface Resource<OrderEdit>
getCreatedAt
in interface ResourceView<OrderEdit,OrderEdit>
getCreatedAt
in interface Timestamped
ZonedDateTime getLastModifiedAt()
getLastModifiedAt
in interface Resource<OrderEdit>
getLastModifiedAt
in interface ResourceView<OrderEdit,OrderEdit>
getLastModifiedAt
in interface Timestamped
List<OrderEditStagedUpdateAction> getStagedActions()
@Nullable CustomFields getCustom()
OrderEditResult getResult()
default Reference<OrderEdit> toReference()
Referenceable
toReference
in interface Referenceable<OrderEdit>
toReference
in interface Resource<OrderEdit>
static String referenceTypeId()
Reference.getTypeId()
static com.fasterxml.jackson.core.type.TypeReference<OrderEdit> typeReference()