public static enum ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum extends Enum<ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum.Adapter |
| Enum Constant and Description |
|---|
APPROVALREQUEST |
DOCAPPROVAL |
EXPENSEAPPLICATION |
PAYMENTREQUEST |
TXNAPPROVAL |
| Modifier and Type | Method and Description |
|---|---|
static ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum TXNAPPROVAL
public static final ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum EXPENSEAPPLICATION
public static final ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum PAYMENTREQUEST
public static final ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum APPROVALREQUEST
public static final ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum DOCAPPROVAL
public static ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum[] values()
for (ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum c : ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum.values()) System.out.println(c);
public static ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum>public static ApprovalFlowRouteResponseApprovalFlowRoute.UsagesEnum fromValue(String value)
Copyright © 2020. All rights reserved.