Enum GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum
- java.lang.Object
-
- java.lang.Enum<GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum>
-
- com.adyen.model.legalentitymanagement.GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum
-
- All Implemented Interfaces:
Serializable,Comparable<GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum>
- Enclosing class:
- GetAcceptedTermsOfServiceDocumentResponse
public static enum GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum extends Enum<GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum>
The format of the Terms of Service document.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnumfromValue(String value)StringgetValue()StringtoString()static GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
JSON
public static final GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum JSON
-
PDF
public static final GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum PDF
-
TXT
public static final GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum TXT
-
-
Method Detail
-
values
public static GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum[] 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 (GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum c : GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum>
-
fromValue
public static GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum fromValue(String value)
-
-