| Package | Description |
|---|---|
| io.sphere.sdk.payments.commands.updateactions |
Provides the possible operations which can be performed on update commands for payments.
|
| Modifier and Type | Method and Description |
|---|---|
static AddInterfaceInteraction |
AddInterfaceInteraction.ofTypeIdAndJson(String typeId,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static AddInterfaceInteraction |
AddInterfaceInteraction.ofTypeIdAndObjects(String typeId,
Map<String,Object> fields) |
static AddInterfaceInteraction |
AddInterfaceInteraction.ofTypeIdAndObjects(String typeId,
String fieldName,
Object value) |
static AddInterfaceInteraction |
AddInterfaceInteraction.ofTypeKeyAndJson(String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
static AddInterfaceInteraction |
AddInterfaceInteraction.ofTypeKeyAndObjects(String typeKey,
Map<String,Object> fields) |
static AddInterfaceInteraction |
AddInterfaceInteraction.ofTypeKeyAndObjects(String typeKey,
String fieldName,
Object value) |