Enum FileListParams.Purpose

    • Enum Constant Detail

      • ACCOUNT_REQUIREMENT

        @SerializedName("account_requirement")
        public static final FileListParams.Purpose ACCOUNT_REQUIREMENT
      • ADDITIONAL_VERIFICATION

        @SerializedName("additional_verification")
        public static final FileListParams.Purpose ADDITIONAL_VERIFICATION
      • CUSTOMER_SIGNATURE

        @SerializedName("customer_signature")
        public static final FileListParams.Purpose CUSTOMER_SIGNATURE
      • DISPUTE_EVIDENCE

        @SerializedName("dispute_evidence")
        public static final FileListParams.Purpose DISPUTE_EVIDENCE
      • FINANCE_REPORT_RUN

        @SerializedName("finance_report_run")
        public static final FileListParams.Purpose FINANCE_REPORT_RUN
      • IDENTITY_DOCUMENT

        @SerializedName("identity_document")
        public static final FileListParams.Purpose IDENTITY_DOCUMENT
      • SIGMA_SCHEDULED_QUERY

        @SerializedName("sigma_scheduled_query")
        public static final FileListParams.Purpose SIGMA_SCHEDULED_QUERY
      • TAX_DOCUMENT_USER_UPLOAD

        @SerializedName("tax_document_user_upload")
        public static final FileListParams.Purpose TAX_DOCUMENT_USER_UPLOAD
    • Method Detail

      • values

        public static FileListParams.Purpose[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (FileListParams.Purpose c : FileListParams.Purpose.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FileListParams.Purpose valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null