Package | Description |
---|---|
io.sphere.sdk.channels |
Provides model classes and builders for channels.
|
io.sphere.sdk.channels.commands |
Provides types to change the state of channels.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelDraftDsl |
Modifier and Type | Method and Description |
---|---|
static ChannelDraftBuilder |
ChannelDraftBuilder.of(ChannelDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static ChannelCreateCommand |
ChannelCreateCommand.of(ChannelDraft draft)
Creates a command object to create a
Channel . |