Package | Description |
---|---|
io.sphere.sdk.reviews |
Provides model classes and builders for reviews.
|
io.sphere.sdk.reviews.commands |
Provides types to change the state of reviews.
|
Modifier and Type | Class and Description |
---|---|
class |
ReviewDraftDsl
Dsl class for
ReviewDraft . |
Modifier and Type | Method and Description |
---|---|
static ReviewDraftDsl |
ReviewDraftDsl.of(ReviewDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static ReviewCreateCommand |
ReviewCreateCommand.of(ReviewDraft draft)
Creates a command object to create a
Review . |