Enum CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum
- java.lang.Object
-
- java.lang.Enum<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum>
-
- com.adyen.model.legalentitymanagement.CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum
-
- All Implemented Interfaces:
Serializable,Comparable<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum>
- Enclosing class:
- CalculateTermsOfServiceStatusResponse
public static enum CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum extends Enum<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum>
Gets or Sets termsOfServiceTypes
-
-
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 CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnumfromValue(String value)StringgetValue()StringtoString()static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ADYENACCOUNT
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENACCOUNT
-
ADYENCAPITAL
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENCAPITAL
-
ADYENCARD
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENCARD
-
ADYENFORPLATFORMSADVANCED
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENFORPLATFORMSADVANCED
-
ADYENFORPLATFORMSMANAGE
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENFORPLATFORMSMANAGE
-
ADYENFRANCHISEE
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENFRANCHISEE
-
ADYENISSUING
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENISSUING
-
ADYENPCCR
public static final CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum ADYENPCCR
-
-
Method Detail
-
values
public static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum[] 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 (CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum c : CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum 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<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum>
-
fromValue
public static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum fromValue(String value)
-
-