| Package | Description |
|---|---|
| io.sphere.sdk.customers.commands.updateactions |
Provides the possible operations which can be performed on update commands for customers.
|
| Modifier and Type | Method and Description |
|---|---|
static SetAddressCustomField |
SetAddressCustomField.ofJson(String addressId,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAddressCustomField |
SetAddressCustomField.ofObject(String addressId,
String name,
Object value) |
static SetAddressCustomField |
SetAddressCustomField.ofUnset(String addressId,
String name) |