Package com.adyen.model.tapi
Enum GetTotalsRequest.TotalDetailsEnum
- java.lang.Object
-
- java.lang.Enum<GetTotalsRequest.TotalDetailsEnum>
-
- com.adyen.model.tapi.GetTotalsRequest.TotalDetailsEnum
-
- All Implemented Interfaces:
Serializable,Comparable<GetTotalsRequest.TotalDetailsEnum>
- Enclosing class:
- GetTotalsRequest
public static enum GetTotalsRequest.TotalDetailsEnum extends Enum<GetTotalsRequest.TotalDetailsEnum>
Gets or Sets totalDetails
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OPERATOR_IDPOIIDSALE_IDSHIFT_NUMBERTOTALS_GROUP_ID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTotalsRequest.TotalDetailsEnumfromValue(String value)StringgetValue()StringtoString()static GetTotalsRequest.TotalDetailsEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static GetTotalsRequest.TotalDetailsEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OPERATOR_ID
public static final GetTotalsRequest.TotalDetailsEnum OPERATOR_ID
-
POIID
public static final GetTotalsRequest.TotalDetailsEnum POIID
-
SALE_ID
public static final GetTotalsRequest.TotalDetailsEnum SALE_ID
-
SHIFT_NUMBER
public static final GetTotalsRequest.TotalDetailsEnum SHIFT_NUMBER
-
TOTALS_GROUP_ID
public static final GetTotalsRequest.TotalDetailsEnum TOTALS_GROUP_ID
-
-
Method Detail
-
values
public static GetTotalsRequest.TotalDetailsEnum[] 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 (GetTotalsRequest.TotalDetailsEnum c : GetTotalsRequest.TotalDetailsEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetTotalsRequest.TotalDetailsEnum 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<GetTotalsRequest.TotalDetailsEnum>
-
fromValue
public static GetTotalsRequest.TotalDetailsEnum fromValue(String value)
-
-