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