public final class SetLineItemCustomType extends SetCustomTypeBase<Order>
See also OrderUpdateCommand.
Custom
Modifier and Type | Method and Description |
---|---|
String |
getLineItemId() |
static SetLineItemCustomType |
ofRemoveType(String lineItemId) |
static SetLineItemCustomType |
ofTypeIdAndJson(String typeId,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields,
String lineItemId) |
static SetLineItemCustomType |
ofTypeIdAndObjects(String typeId,
Map<String,Object> fields,
String lineItemId) |
static SetLineItemCustomType |
ofTypeIdAndObjects(String typeId,
String fieldName,
Object value,
String lineItemId) |
static SetLineItemCustomType |
ofTypeKeyAndJson(String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields,
String lineItemId) |
static SetLineItemCustomType |
ofTypeKeyAndObjects(String typeKey,
Map<String,Object> fields,
String lineItemId) |
getFields, getType, mapObjectToJsonMap
getAction
public static SetLineItemCustomType ofTypeKeyAndObjects(String typeKey, Map<String,Object> fields, String lineItemId)
public static SetLineItemCustomType ofTypeIdAndObjects(String typeId, Map<String,Object> fields, String lineItemId)
public static SetLineItemCustomType ofTypeIdAndObjects(String typeId, String fieldName, Object value, String lineItemId)
public static SetLineItemCustomType ofTypeIdAndJson(String typeId, Map<String,com.fasterxml.jackson.databind.JsonNode> fields, String lineItemId)
public static SetLineItemCustomType ofTypeKeyAndJson(String typeKey, Map<String,com.fasterxml.jackson.databind.JsonNode> fields, String lineItemId)
public static SetLineItemCustomType ofRemoveType(String lineItemId)
public String getLineItemId()