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 |
deserializeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcanDeserializepublic static OrderEditApplyCommand of(String id, Long editVersion, Long resourceVersion)
OrderEditApplyCommandid - of the OrderEdit that should be appliededitVersion - - version of the OrderEdit that should be appliedresourceVersion - - version of the Order that is referenced from the OrderEditOrderEditApplyCommandpublic static OrderEditApplyCommand of(Versioned<OrderEdit> orderEditVersioned, Long resourceVersion)
OrderEditApplyCommandorderEditVersioned - - versioned OrderEdit that should be appliedresourceVersion - - version of the Order that is referenced from the OrderEditOrderEditApplyCommandprotected com.fasterxml.jackson.databind.JavaType jacksonJavaType()
jacksonJavaType in class CommandImpl<OrderEdit>public HttpRequestIntent httpRequestIntent()
SphereRequestpublic String getId()
public Long getResourceVersion()
public Long getEditVersion()