Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TransactionState |
TransactionDraft.getState()
The state of this transaction.
|
TransactionState |
Transaction.getState() |
TransactionState |
TransactionDraftBuilder.getState() |
static TransactionState |
TransactionState.ofSphereValue(String value) |
static TransactionState |
TransactionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionState[] |
TransactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransactionDraftBuilder |
TransactionDraftBuilder.state(TransactionState state)
Sets the
state property of this builder. |
Modifier and Type | Method and Description |
---|---|
TransactionState |
ChangeTransactionState.getState() |
Modifier and Type | Method and Description |
---|---|
static ChangeTransactionState |
ChangeTransactionState.of(TransactionState state,
String transactionId) |
Modifier and Type | Method and Description |
---|---|
TransactionState |
PaymentTransactionStateChangedMessage.getState() |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<T,TransactionState> |
TransactionCollectionQueryModel.state() |