Package | Description |
---|---|
io.sphere.sdk.categories.commands.updateactions |
Provides the possible operations which can be performed on update commands for categories.
|
Modifier and Type | Method and Description |
---|---|
static SetAssetCustomField |
SetAssetCustomField.of(String assetId,
String name,
Object value) |
static SetAssetCustomField |
SetAssetCustomField.ofJsonValue(String assetId,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
SetAssetCustomField.ofJsonValueWithKey(String assetKey,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
SetAssetCustomField.ofKey(String assetKey,
String name,
Object value) |