Enum PaymentMethodStatus.PaymentMethodStatusEnum
java.lang.Object
java.lang.Enum<PaymentMethodStatus.PaymentMethodStatusEnum>
com.commercetools.api.models.payment_method.PaymentMethodStatus.PaymentMethodStatusEnum
- All Implemented Interfaces:
- PaymentMethodStatus,- JsonEnum,- Serializable,- Comparable<PaymentMethodStatus.PaymentMethodStatusEnum>,- java.lang.constant.Constable
- Enclosing interface:
- PaymentMethodStatus
public static enum PaymentMethodStatus.PaymentMethodStatusEnum
extends Enum<PaymentMethodStatus.PaymentMethodStatusEnum>
implements PaymentMethodStatus
possible values of PaymentMethodStatus
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface com.commercetools.api.models.payment_method.PaymentMethodStatusPaymentMethodStatus.PaymentMethodStatusEnum
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields inherited from interface com.commercetools.api.models.payment_method.PaymentMethodStatusACTIVE, INACTIVE
- 
Method SummaryMethods inherited from class java.lang.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface com.commercetools.api.models.payment_method.PaymentMethodStatusname
- 
Enum Constant Details- 
ACTIVEActive
- 
INACTIVEInactive
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getJsonNameDescription copied from interface:PaymentMethodStatusthe JSON value- Specified by:
- getJsonNamein interface- JsonEnum
- Specified by:
- getJsonNamein interface- PaymentMethodStatus
- Returns:
- json value
 
- 
toStringDescription copied from interface:PaymentMethodStatusconvert value to string- Specified by:
- toStringin interface- JsonEnum
- Specified by:
- toStringin interface- PaymentMethodStatus
- Overrides:
- toStringin class- Enum<PaymentMethodStatus.PaymentMethodStatusEnum>
- Returns:
- string representation
 
 
-