public static enum ServiceModel.ImportProcessorTransactionStatusType extends Enum<ServiceModel.ImportProcessorTransactionStatusType>
| Enum Constant and Description |
|---|
BAD_REQUEST |
COMPLETED |
COMPLETED_WITH_ERRORS |
IN_PROGRESS |
PENDING |
SYSTEM_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.ImportProcessorTransactionStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.ImportProcessorTransactionStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.ImportProcessorTransactionStatusType PENDING
public static final ServiceModel.ImportProcessorTransactionStatusType IN_PROGRESS
public static final ServiceModel.ImportProcessorTransactionStatusType COMPLETED
public static final ServiceModel.ImportProcessorTransactionStatusType COMPLETED_WITH_ERRORS
public static final ServiceModel.ImportProcessorTransactionStatusType BAD_REQUEST
public static final ServiceModel.ImportProcessorTransactionStatusType SYSTEM_ERROR
public static ServiceModel.ImportProcessorTransactionStatusType[] values()
for (ServiceModel.ImportProcessorTransactionStatusType c : ServiceModel.ImportProcessorTransactionStatusType.values()) System.out.println(c);
public static ServiceModel.ImportProcessorTransactionStatusType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.