public final class OrderEditApplyCommand extends CommandImpl<OrderEdit>
Modifier and Type | Method and Description |
---|---|
Long |
getEditVersion() |
String |
getId() |
Long |
getResourceVersion() |
HttpRequestIntent |
httpRequestIntent()
Provides an http request intent, this does not include the execution of it.
|
protected com.fasterxml.jackson.databind.JavaType |
jacksonJavaType() |
static OrderEditApplyCommand |
of(String id,
Long editVersion,
Long resourceVersion)
Creates a new instance of
OrderEditApplyCommand |
static OrderEditApplyCommand |
of(Versioned<OrderEdit> orderEditVersioned,
Long resourceVersion)
Creates a new instance of
OrderEditApplyCommand |
deserialize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
canDeserialize
public static OrderEditApplyCommand of(String id, Long editVersion, Long resourceVersion)
OrderEditApplyCommand
id
- of the OrderEdit
that should be appliededitVersion
- - version of the OrderEdit
that should be appliedresourceVersion
- - version of the Order
that is referenced from the OrderEdit
OrderEditApplyCommand
public static OrderEditApplyCommand of(Versioned<OrderEdit> orderEditVersioned, Long resourceVersion)
OrderEditApplyCommand
orderEditVersioned
- - versioned OrderEdit
that should be appliedresourceVersion
- - version of the Order
that is referenced from the OrderEdit
OrderEditApplyCommand
protected com.fasterxml.jackson.databind.JavaType jacksonJavaType()
jacksonJavaType
in class CommandImpl<OrderEdit>
public HttpRequestIntent httpRequestIntent()
SphereRequest
public String getId()
public Long getResourceVersion()
public Long getEditVersion()