Package | Description |
---|---|
io.sphere.sdk.states |
Provides model classes and builders for states.
|
Modifier and Type | Method and Description |
---|---|
static StateDraftDsl |
StateDraft.of(String key,
StateType type) |
StateDraftDsl |
StateDraftDsl.withInitial(boolean initial) |
StateDraftDsl |
StateDraftDsl.withIsInitial(Boolean initial)
Deprecated.
please use
StateDraftDslBase.withInitial(Boolean) instead |
StateDraftDsl |
StateDraftDsl.withRoles(StateRole role) |