Package | Description |
---|---|
io.sphere.sdk.extensions |
Modifier and Type | Method and Description |
---|---|
static ExtensionResourceType |
ExtensionResourceType.forValue(String value) |
ExtensionResourceType |
Trigger.getResourceTypeId() |
static ExtensionResourceType |
ExtensionResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionResourceType[] |
ExtensionResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TriggerBuilder |
TriggerBuilder.of(ExtensionResourceType resourceTypeId,
List<TriggerType> actions)
Creates a new object initialized with the given values.
|
TriggerBuilder |
TriggerBuilder.resourceTypeId(ExtensionResourceType resourceTypeId)
Sets the
resourceTypeId property of this builder. |