Enum GetTermsOfServiceDocumentResponse.TypeEnum
- java.lang.Object
-
- java.lang.Enum<GetTermsOfServiceDocumentResponse.TypeEnum>
-
- com.adyen.model.legalentitymanagement.GetTermsOfServiceDocumentResponse.TypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<GetTermsOfServiceDocumentResponse.TypeEnum>
- Enclosing class:
- GetTermsOfServiceDocumentResponse
public static enum GetTermsOfServiceDocumentResponse.TypeEnum extends Enum<GetTermsOfServiceDocumentResponse.TypeEnum>
The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchisee** * **adyenPccr**
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADYENACCOUNTADYENCAPITALADYENCARDADYENFORPLATFORMSADVANCEDADYENFORPLATFORMSMANAGEADYENFRANCHISEEADYENISSUINGADYENPCCR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTermsOfServiceDocumentResponse.TypeEnumfromValue(String value)StringgetValue()StringtoString()static GetTermsOfServiceDocumentResponse.TypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static GetTermsOfServiceDocumentResponse.TypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ADYENACCOUNT
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENACCOUNT
-
ADYENCAPITAL
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENCAPITAL
-
ADYENCARD
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENCARD
-
ADYENFORPLATFORMSADVANCED
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENFORPLATFORMSADVANCED
-
ADYENFORPLATFORMSMANAGE
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENFORPLATFORMSMANAGE
-
ADYENFRANCHISEE
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENFRANCHISEE
-
ADYENISSUING
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENISSUING
-
ADYENPCCR
public static final GetTermsOfServiceDocumentResponse.TypeEnum ADYENPCCR
-
-
Method Detail
-
values
public static GetTermsOfServiceDocumentResponse.TypeEnum[] 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 (GetTermsOfServiceDocumentResponse.TypeEnum c : GetTermsOfServiceDocumentResponse.TypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetTermsOfServiceDocumentResponse.TypeEnum 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<GetTermsOfServiceDocumentResponse.TypeEnum>
-
fromValue
public static GetTermsOfServiceDocumentResponse.TypeEnum fromValue(String value)
-
-