public static enum DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus extends java.lang.Enum<DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
MERCHANT_REJECTED |
SUCCESSFUL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="merchant_rejected") public static final DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus MERCHANT_REJECTED
@SerializedName(value="successful") public static final DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus SUCCESSFUL
public static DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus[] values()
for (DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus c : DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus.values()) System.out.println(c);
public static DisputeUpdateParams.Evidence.MerchandiseNotAsDescribed.ReturnStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam