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.
|
io.sphere.sdk.reviews.expansion |
Provides reference expansion models for reviews.
|
io.sphere.sdk.reviews.messages |
Provides model classes and builders for reviews.
|
io.sphere.sdk.reviews.queries |
Provides types to retrieve the state of reviews.
|
Modifier and Type | Method and Description |
---|---|
static Reference<Review> |
Review.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<Review> |
Review.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<Review> |
Review.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static ReviewDeleteCommand |
ReviewDeleteCommand.of(Versioned<Review> versioned)
Creates a command object to delete a
Review by ID. |
static ReviewDeleteCommand |
ReviewDeleteCommand.of(Versioned<Review> versioned,
boolean eraseData)
Creates a command object to delete a
Review by ID. |
static ReviewUpdateCommand |
ReviewUpdateCommand.of(Versioned<Review> versioned,
List<? extends UpdateAction<Review>> updateActions)
Creates a command to update a Review selected by its ID using several update actions.
|
static ReviewUpdateCommand |
ReviewUpdateCommand.of(Versioned<Review> versioned,
List<? extends UpdateAction<Review>> updateActions)
Creates a command to update a Review selected by its ID using several update actions.
|
static ReviewUpdateCommand |
ReviewUpdateCommand.of(Versioned<Review> versioned,
UpdateAction<Review> updateAction,
UpdateAction<Review>... updateActions)
Creates a command to update a Review selected by its ID using one update action.
|
static ReviewUpdateCommand |
ReviewUpdateCommand.of(Versioned<Review> versioned,
UpdateAction<Review> updateAction,
UpdateAction<Review>... updateActions)
Creates a command to update a Review selected by its ID using one update action.
|
static ReviewUpdateCommand |
ReviewUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<Review>> updateActions)
Creates a command to update a Review selected by its key using several update actions.
|
static ReviewUpdateCommand |
ReviewUpdateCommand.ofKey(String key,
Long version,
UpdateAction<Review> updateAction)
Creates a command to update a Review selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
static ReviewExpansionModel<Review> |
ReviewExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
Review |
ReviewCreatedMessage.getReview()
Gets the review object at creation time.
|
Modifier and Type | Method and Description |
---|---|
StringQuerySortingModel<Review> |
ReviewQueryModel.authorName() |
ReferenceOptionalQueryModel<Review,Customer> |
ReviewQueryModel.customer() |
List<ExpansionPath<Review>> |
ReviewByKeyGet.expansionPaths() |
List<ExpansionPath<Review>> |
ReviewByIdGet.expansionPaths() |
BooleanQueryModel<Review> |
ReviewQueryModel.includedInStatistics() |
StringQuerySortingModel<Review> |
ReviewQueryModel.key() |
LocaleQuerySortingModel<Review> |
ReviewQueryModel.locale() |
IntegerQuerySortingModel<Review> |
ReviewQueryModel.rating() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Review>> |
ReviewQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
ReferenceOptionalQueryModel<Review,State> |
ReviewQueryModel.state() |
AnyReferenceQueryModel<Review> |
ReviewQueryModel.target() |
StringQuerySortingModel<Review> |
ReviewQueryModel.text() |
StringQuerySortingModel<Review> |
ReviewQueryModel.title() |
StringQuerySortingModel<Review> |
ReviewQueryModel.uniquenessValue() |