public static enum ApprovalRequestCreateParamsRequestItems.TypeEnum extends Enum<ApprovalRequestCreateParamsRequestItems.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprovalRequestCreateParamsRequestItems.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
AMOUNT |
DATE |
MULTI_LINE |
RECEIPT |
SELECT |
SINGLE_LINE |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
static ApprovalRequestCreateParamsRequestItems.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ApprovalRequestCreateParamsRequestItems.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalRequestCreateParamsRequestItems.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApprovalRequestCreateParamsRequestItems.TypeEnum TITLE
public static final ApprovalRequestCreateParamsRequestItems.TypeEnum SINGLE_LINE
public static final ApprovalRequestCreateParamsRequestItems.TypeEnum MULTI_LINE
public static final ApprovalRequestCreateParamsRequestItems.TypeEnum SELECT
public static final ApprovalRequestCreateParamsRequestItems.TypeEnum DATE
public static final ApprovalRequestCreateParamsRequestItems.TypeEnum AMOUNT
public static final ApprovalRequestCreateParamsRequestItems.TypeEnum RECEIPT
public static ApprovalRequestCreateParamsRequestItems.TypeEnum[] values()
for (ApprovalRequestCreateParamsRequestItems.TypeEnum c : ApprovalRequestCreateParamsRequestItems.TypeEnum.values()) System.out.println(c);
public static ApprovalRequestCreateParamsRequestItems.TypeEnum 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<ApprovalRequestCreateParamsRequestItems.TypeEnum>public static ApprovalRequestCreateParamsRequestItems.TypeEnum fromValue(String value)
Copyright © 2020. All rights reserved.