Package | Description |
---|---|
io.sphere.sdk.states |
Provides model classes and builders for states.
|
io.sphere.sdk.states.commands.updateactions |
Provides the possible operations which can be performed on update commands for states.
|
io.sphere.sdk.states.queries |
Provides types to retrieve the state of states.
|
Modifier and Type | Method and Description |
---|---|
StateType |
State.getType() |
StateType |
StateDraft.getType() |
static StateType |
StateType.ofSphereValue(String value) |
static StateType |
StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateType[] |
StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static StateDraftBuilder |
StateDraftBuilder.of(String key,
StateType type) |
static StateDraftDsl |
StateDraft.of(String key,
StateType type) |
Modifier and Type | Method and Description |
---|---|
StateType |
ChangeType.getType() |
Modifier and Type | Method and Description |
---|---|
static ChangeType |
ChangeType.of(StateType type) |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<State,StateType> |
StateQueryModel.type() |