Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
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.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.commands |
Provides types to change the state of payments.
|
io.sphere.sdk.payments.expansion |
Provides reference expansion models 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.
|
Modifier and Type | Method and Description |
---|---|
List<Reference<Payment>> |
PaymentInfo.getPayments() |
Modifier and Type | Method and Description |
---|---|
static PaymentInfo |
PaymentInfo.of(List<Reference<Payment>> payments) |
Modifier and Type | Method and Description |
---|---|
Reference<Payment> |
AddPayment.getPayment() |
Reference<Payment> |
RemovePayment.getPayment() |
Modifier and Type | Method and Description |
---|---|
static AddPayment |
AddPayment.of(Referenceable<Payment> payment) |
static RemovePayment |
RemovePayment.of(Referenceable<Payment> payment) |
Modifier and Type | Method and Description |
---|---|
ReferenceCollectionQueryModel<T,Payment> |
PaymentInfoQueryModel.payments() |
Modifier and Type | Method and Description |
---|---|
Reference<Payment> |
AddPayment.getPayment() |
Reference<Payment> |
RemovePayment.getPayment() |
Modifier and Type | Method and Description |
---|---|
static AddPayment |
AddPayment.of(Referenceable<Payment> payment) |
static RemovePayment |
RemovePayment.of(Referenceable<Payment> payment) |
Modifier and Type | Method and Description |
---|---|
Reference<Payment> |
AddPayment.getPayment() |
Reference<Payment> |
RemovePayment.getPayment() |
Modifier and Type | Method and Description |
---|---|
static AddPayment |
AddPayment.of(Referenceable<Payment> payment) |
static RemovePayment |
RemovePayment.of(Referenceable<Payment> payment) |
Modifier and Type | Method and Description |
---|---|
Payment |
OrderPaymentAddedMessage.getPayment() |
Modifier and Type | Method and Description |
---|---|
static Reference<Payment> |
Payment.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<Payment> |
Payment.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<Payment> |
Payment.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static PaymentDeleteCommand |
PaymentDeleteCommand.of(Versioned<Payment> versioned)
Creates a command object to delete a
Payment by ID. |
static PaymentDeleteCommand |
PaymentDeleteCommand.of(Versioned<Payment> versioned,
boolean eraseData)
Creates a command object to delete a
Payment by ID. |
static PaymentUpdateCommand |
PaymentUpdateCommand.of(Versioned<Payment> versioned,
List<? extends UpdateAction<Payment>> updateActions)
Creates a command to update a Payment selected by its ID using several update actions.
|
static PaymentUpdateCommand |
PaymentUpdateCommand.of(Versioned<Payment> versioned,
List<? extends UpdateAction<Payment>> updateActions)
Creates a command to update a Payment selected by its ID using several update actions.
|
static PaymentUpdateCommand |
PaymentUpdateCommand.of(Versioned<Payment> versioned,
UpdateAction<Payment> updateAction,
UpdateAction<Payment>... updateActions)
Creates a command to update a Payment selected by its ID using one update action.
|
static PaymentUpdateCommand |
PaymentUpdateCommand.of(Versioned<Payment> versioned,
UpdateAction<Payment> updateAction,
UpdateAction<Payment>... updateActions)
Creates a command to update a Payment selected by its ID using one update action.
|
static PaymentUpdateCommand |
PaymentUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<Payment>> updateActions)
Creates a command to update a Payment selected by its key using several update actions.
|
static PaymentUpdateCommand |
PaymentUpdateCommand.ofKey(String key,
Long version,
UpdateAction<Payment> updateAction)
Creates a command to update a Payment selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
static PaymentExpansionModel<Payment> |
PaymentExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
Payment |
PaymentCreatedMessage.getPayment()
Gets the payment at creation time
|