public static enum FileListParams.Purpose extends java.lang.Enum<FileListParams.Purpose> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
BUSINESS_ICON |
BUSINESS_LOGO |
CUSTOMER_SIGNATURE |
DISPUTE_EVIDENCE |
FINANCE_REPORT_RUN |
IDENTITY_DOCUMENT |
PCI_DOCUMENT |
SIGMA_SCHEDULED_QUERY |
TAX_DOCUMENT_USER_UPLOAD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static FileListParams.Purpose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileListParams.Purpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="business_icon") public static final FileListParams.Purpose BUSINESS_ICON
@SerializedName(value="business_logo") public static final FileListParams.Purpose BUSINESS_LOGO
@SerializedName(value="customer_signature") public static final FileListParams.Purpose CUSTOMER_SIGNATURE
@SerializedName(value="dispute_evidence") public static final FileListParams.Purpose DISPUTE_EVIDENCE
@SerializedName(value="finance_report_run") public static final FileListParams.Purpose FINANCE_REPORT_RUN
@SerializedName(value="identity_document") public static final FileListParams.Purpose IDENTITY_DOCUMENT
@SerializedName(value="pci_document") public static final FileListParams.Purpose PCI_DOCUMENT
@SerializedName(value="sigma_scheduled_query") public static final FileListParams.Purpose SIGMA_SCHEDULED_QUERY
@SerializedName(value="tax_document_user_upload") public static final FileListParams.Purpose TAX_DOCUMENT_USER_UPLOAD
public static FileListParams.Purpose[] values()
for (FileListParams.Purpose c : FileListParams.Purpose.values()) System.out.println(c);
public static FileListParams.Purpose valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam