Enum GetTermsOfServiceDocumentRequest.TypeEnum
- java.lang.Object
-
- java.lang.Enum<GetTermsOfServiceDocumentRequest.TypeEnum>
-
- com.adyen.model.legalentitymanagement.GetTermsOfServiceDocumentRequest.TypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<GetTermsOfServiceDocumentRequest.TypeEnum>
- Enclosing class:
- GetTermsOfServiceDocumentRequest
public static enum GetTermsOfServiceDocumentRequest.TypeEnum extends Enum<GetTermsOfServiceDocumentRequest.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 GetTermsOfServiceDocumentRequest.TypeEnumfromValue(String value)StringgetValue()StringtoString()static GetTermsOfServiceDocumentRequest.TypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static GetTermsOfServiceDocumentRequest.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 GetTermsOfServiceDocumentRequest.TypeEnum ADYENACCOUNT
-
ADYENCAPITAL
public static final GetTermsOfServiceDocumentRequest.TypeEnum ADYENCAPITAL
-
ADYENCARD
public static final GetTermsOfServiceDocumentRequest.TypeEnum ADYENCARD
-
ADYENFORPLATFORMSADVANCED
public static final GetTermsOfServiceDocumentRequest.TypeEnum ADYENFORPLATFORMSADVANCED
-
ADYENFORPLATFORMSMANAGE
public static final GetTermsOfServiceDocumentRequest.TypeEnum ADYENFORPLATFORMSMANAGE
-
ADYENFRANCHISEE
public static final GetTermsOfServiceDocumentRequest.TypeEnum ADYENFRANCHISEE
-
ADYENISSUING
public static final GetTermsOfServiceDocumentRequest.TypeEnum ADYENISSUING
-
ADYENPCCR
public static final GetTermsOfServiceDocumentRequest.TypeEnum ADYENPCCR
-
-
Method Detail
-
values
public static GetTermsOfServiceDocumentRequest.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 (GetTermsOfServiceDocumentRequest.TypeEnum c : GetTermsOfServiceDocumentRequest.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 GetTermsOfServiceDocumentRequest.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<GetTermsOfServiceDocumentRequest.TypeEnum>
-
fromValue
public static GetTermsOfServiceDocumentRequest.TypeEnum fromValue(String value)
-
-