public static enum ApprovalRequestParams.Resolution extends Enum<ApprovalRequestParams.Resolution>
| Modifier and Type | Method and Description |
|---|---|
String |
getRes() |
static ApprovalRequestParams.Resolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalRequestParams.Resolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApprovalRequestParams.Resolution Default
public static final ApprovalRequestParams.Resolution Low
public static final ApprovalRequestParams.Resolution Medium
public static final ApprovalRequestParams.Resolution High
public static ApprovalRequestParams.Resolution[] values()
for (ApprovalRequestParams.Resolution c : ApprovalRequestParams.Resolution.values()) System.out.println(c);
public static ApprovalRequestParams.Resolution 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 getRes()
Copyright © 2019. All rights reserved.