public static enum ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum extends Enum<ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum.Adapter |
| Enum Constant and Description |
|---|
AND_POSITION |
AND_RESOURCE |
OR_POSITION |
OR_RESOURCE |
PREDEFINED_USER |
SELECTED_USER |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum PREDEFINED_USER
public static final ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum SELECTED_USER
public static final ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum UNSPECIFIED
public static final ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum AND_RESOURCE
public static final ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum OR_RESOURCE
public static final ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum AND_POSITION
public static final ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum OR_POSITION
public static ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum[] values()
for (ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum c : ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum.values()) System.out.println(c);
public static ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum 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<ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum>public static ApprovalFlowRouteResponseApprovalFlowRouteSteps.ResourceTypeEnum fromValue(String value)
Copyright © 2020. All rights reserved.