FulfillmentState

Enum class describing the state of a fulfillment

Entries

Link copied to clipboard
@SerializedName(value = "open")
OPEN
Link copied to clipboard
@SerializedName(value = "allocating")
ALLOCATING
Link copied to clipboard
@SerializedName(value = "allocated")
ALLOCATED
Link copied to clipboard
@SerializedName(value = "processing")
PROCESSING
Link copied to clipboard
@SerializedName(value = "processed")
PROCESSED
Link copied to clipboard
@SerializedName(value = "aborted")
ABORTED
Link copied to clipboard
@SerializedName(value = "allocationFailed")
ALLOCATION_FAILED
Link copied to clipboard
@SerializedName(value = "allocationTimedOut")
ALLOCATION_TIMED_OUT
Link copied to clipboard
@SerializedName(value = "failed")
FAILED

Properties

Link copied to clipboard

Returns true if the current fulfillment is closed, successful or not. This state is final

Link copied to clipboard

Returns true if the current fulfillment has failed. This state is final

Link copied to clipboard

Returns true of the current fulfillment is still open and being processed

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.