Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.commands.updateactions |
Provides the possible operations which can be performed on update commands for payments.
|
io.sphere.sdk.payments.messages |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.queries |
Provides types to retrieve the state of payments.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
io.sphere.sdk.products.messages |
Provides model classes and builders for products.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.reviews |
Provides model classes and builders for reviews.
|
io.sphere.sdk.reviews.commands.updateactions |
Provides the possible operations which can be performed on update commands 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.
|
io.sphere.sdk.states |
Provides model classes and builders for states.
|
io.sphere.sdk.states.commands |
Provides types to change the state of states.
|
io.sphere.sdk.states.commands.updateactions |
Provides the possible operations which can be performed on update commands for states.
|
io.sphere.sdk.states.expansion |
Provides reference expansion models for states.
|
io.sphere.sdk.states.queries |
Provides types to retrieve the state of states.
|
io.sphere.sdk.states.relatedupdateactions |
Provides model classes and builders for states.
|
Modifier and Type | Method and Description |
---|---|
Reference<State> |
ItemState.getState() |
Modifier and Type | Method and Description |
---|---|
static ItemState |
ItemState.of(Referenceable<State> state,
long quantity) |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<T,State> |
ItemStateCollectionQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
OrderFromCartDraft.getState() |
Reference<State> |
Order.getState()
Returns this state of this Order.
|
Reference<State> |
OrderFromCartDraftBuilder.getState() |
Reference<State> |
OrderFromCartDraftDsl.getState() |
Modifier and Type | Method and Description |
---|---|
OrderFromCartDraftBuilder |
OrderFromCartDraftBuilder.state(Referenceable<State> state)
Sets the
state property of this builder. |
OrderFromCartDraftDsl |
OrderFromCartDraftDsl.withState(Referenceable<State> state) |
Modifier and Type | Method and Description |
---|---|
static UpdateAction<Order> |
TransitionCustomLineItemState.of(CustomLineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState) |
static UpdateAction<Order> |
TransitionCustomLineItemState.of(CustomLineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState) |
static UpdateAction<Order> |
TransitionCustomLineItemState.of(CustomLineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
static UpdateAction<Order> |
TransitionCustomLineItemState.of(CustomLineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
static UpdateAction<Order> |
TransitionLineItemState.of(LineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState) |
static UpdateAction<Order> |
TransitionLineItemState.of(LineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState) |
static UpdateAction<Order> |
TransitionLineItemState.of(LineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
static UpdateAction<Order> |
TransitionLineItemState.of(LineItem lineItem,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
static TransitionState |
TransitionState.of(Referenceable<State> state) |
static TransitionState |
TransitionState.of(Referenceable<State> state,
Boolean force) |
static TransitionCustomLineItemState |
TransitionCustomLineItemState.of(String customLineItemId,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
static TransitionCustomLineItemState |
TransitionCustomLineItemState.of(String customLineItemId,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
static TransitionLineItemState |
TransitionLineItemState.of(String lineItemId,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
static TransitionLineItemState |
TransitionLineItemState.of(String lineItemId,
long quantity,
Referenceable<State> fromState,
Referenceable<State> toState,
ZonedDateTime actualTransitionDate) |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
OrderStateTransitionMessage.getOldState() |
Reference<State> |
OrderStateTransitionMessage.getState() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Order,State> |
OrderQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
PaymentStatus.getState() |
Reference<State> |
PaymentStatusBuilder.getState() |
Modifier and Type | Method and Description |
---|---|
PaymentStatusBuilder |
PaymentStatusBuilder.state(Referenceable<State> state) |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
TransitionState.getState() |
Modifier and Type | Method and Description |
---|---|
static TransitionState |
TransitionState.of(Referenceable<State> state) |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
PaymentStatusStateTransitionMessage.getState() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,State> |
PaymentStatusQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
Product.getState()
Returns this state of this Product.
|
Reference<State> |
ProductLike.getState() |
Reference<State> |
ProductProjection.getState() |
ResourceIdentifier<State> |
ProductDraft.getState() |
ResourceIdentifier<State> |
ProductDraftDsl.getState() |
Modifier and Type | Method and Description |
---|---|
ProductDraftBuilder |
ProductDraftBuilder.state(Reference<State> state) |
ProductDraftBuilder |
ProductDraftBuilder.state(Referenceable<State> state) |
ProductDraftDsl |
ProductDraftDsl.withState(ResourceIdentifier<State> state) |
Modifier and Type | Method and Description |
---|---|
static TransitionState |
TransitionState.of(Referenceable<State> state) |
static TransitionState |
TransitionState.of(Referenceable<State> state,
Boolean force) |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
ProductStateTransitionMessage.getState() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Product,State> |
ProductQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<State> |
ReviewDraft.getState() |
Reference<State> |
Review.getState()
Gets the state of this review or null.
|
ResourceIdentifier<State> |
ReviewDraftDsl.getState() |
Modifier and Type | Method and Description |
---|---|
ReviewDraftBuilder |
ReviewDraftBuilder.state(ResourceIdentifiable<State> state) |
ReviewDraftDsl |
ReviewDraftDsl.withState(ResourceIdentifier<State> state) |
Modifier and Type | Method and Description |
---|---|
static TransitionState |
TransitionState.of(ResourceIdentifiable<State> state) |
static TransitionState |
TransitionState.of(ResourceIdentifiable<State> state,
Boolean force) |
Modifier and Type | Method and Description |
---|---|
Reference<State> |
ReviewStateTransitionMessage.getNewState() |
Reference<State> |
ReviewStateTransitionMessage.getOldState() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Review,State> |
ReviewQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
Set<Reference<State>> |
State.getTransitions() |
Set<Reference<State>> |
StateDraft.getTransitions() |
static Reference<State> |
State.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<State> |
State.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<State> |
State.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static StateDeleteCommand |
StateDeleteCommand.of(Versioned<State> versioned)
Creates a command object to delete a
State by ID. |
static StateUpdateCommand |
StateUpdateCommand.of(Versioned<State> versioned,
List<? extends UpdateAction<State>> updateActions)
Creates a command to update a State selected by its ID using several update actions.
|
static StateUpdateCommand |
StateUpdateCommand.of(Versioned<State> versioned,
List<? extends UpdateAction<State>> updateActions)
Creates a command to update a State selected by its ID using several update actions.
|
static StateUpdateCommand |
StateUpdateCommand.of(Versioned<State> versioned,
UpdateAction<State> updateAction,
UpdateAction<State>... updateActions)
Creates a command to update a State selected by its ID using one update action.
|
static StateUpdateCommand |
StateUpdateCommand.of(Versioned<State> versioned,
UpdateAction<State> updateAction,
UpdateAction<State>... updateActions)
Creates a command to update a State selected by its ID using one update action.
|
static StateUpdateCommand |
StateUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<State>> updateActions)
Creates a command to update a State selected by its key using several update actions.
|
static StateUpdateCommand |
StateUpdateCommand.ofKey(String key,
Long version,
UpdateAction<State> updateAction)
Creates a command to update a State selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
Set<Reference<State>> |
SetTransitions.getTransitions() |
Modifier and Type | Method and Description |
---|---|
static SetTransitions |
SetTransitions.of(Set<Reference<State>> transitions) |
Modifier and Type | Method and Description |
---|---|
static StateExpansionModel<State> |
StateExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
List<ExpansionPath<State>> |
StateByIdGet.expansionPaths() |
List<ExpansionPath<State>> |
StateByKeyGet.expansionPaths() |
StringQuerySortingModel<State> |
StateQueryModel.key() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<State>> |
StateQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
SphereEnumerationQueryModel<State,StateType> |
StateQueryModel.type() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<State> |
TransitionStateBase.getState() |
Constructor and Description |
---|
TransitionStateBase(ResourceIdentifiable<State> state) |
TransitionStateBase(ResourceIdentifiable<State> state,
Boolean force) |