Enum OrderSearchCustomType.OrderSearchCustomTypeEnum
java.lang.Object
java.lang.Enum<OrderSearchCustomType.OrderSearchCustomTypeEnum>
com.commercetools.api.models.order.OrderSearchCustomType.OrderSearchCustomTypeEnum
- All Implemented Interfaces:
OrderSearchCustomType,JsonEnum,Serializable,Comparable<OrderSearchCustomType.OrderSearchCustomTypeEnum>,java.lang.constant.Constable
- Enclosing interface:
- OrderSearchCustomType
public static enum OrderSearchCustomType.OrderSearchCustomTypeEnum
extends Enum<OrderSearchCustomType.OrderSearchCustomTypeEnum>
implements OrderSearchCustomType
possible values of OrderSearchCustomType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface com.commercetools.api.models.order.OrderSearchCustomType
OrderSearchCustomType.OrderSearchCustomTypeEnum -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBooleanTypeDateTimeTypeDateTypeEnumTypeLocalizedEnumTypeLocalizedStringTypeNumberTypeSetType.DateTimeTypeSetType.DateTypeSetType.EnumTypeSetType.LocalizedEnumTypeSetType.LocalizedStringTypeSetType.NumberTypeSetType.StringTypeSetType.TimeTypeStringTypeTimeType -
Field Summary
Fields inherited from interface com.commercetools.api.models.order.OrderSearchCustomType
BOOLEAN_TYPE, DATE_TIME_TYPE, DATE_TYPE, ENUM_TYPE, LOCALIZED_ENUM_TYPE, LOCALIZED_STRING_TYPE, NUMBER_TYPE, SET_TYPE_DATE_TIME_TYPE, SET_TYPE_DATE_TYPE, SET_TYPE_ENUM_TYPE, SET_TYPE_LOCALIZED_ENUM_TYPE, SET_TYPE_LOCALIZED_STRING_TYPE, SET_TYPE_NUMBER_TYPE, SET_TYPE_STRING_TYPE, SET_TYPE_TIME_TYPE, STRING_TYPE, TIME_TYPE -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface com.commercetools.api.models.order.OrderSearchCustomType
name
-
Enum Constant Details
-
BOOLEAN_TYPE
BooleanType -
STRING_TYPE
StringType -
LOCALIZED_STRING_TYPE
LocalizedStringType -
ENUM_TYPE
EnumType -
LOCALIZED_ENUM_TYPE
LocalizedEnumType -
NUMBER_TYPE
NumberType -
DATE_TYPE
DateType -
TIME_TYPE
TimeType -
DATE_TIME_TYPE
DateTimeType -
SET_TYPE_STRING_TYPE
SetType.StringType -
SET_TYPE_LOCALIZED_STRING_TYPE
SetType.LocalizedStringType -
SET_TYPE_ENUM_TYPE
SetType.EnumType -
SET_TYPE_LOCALIZED_ENUM_TYPE
SetType.LocalizedEnumType -
SET_TYPE_NUMBER_TYPE
SetType.NumberType -
SET_TYPE_DATE_TYPE
SetType.DateType -
SET_TYPE_TIME_TYPE
SetType.TimeType -
SET_TYPE_DATE_TIME_TYPE
SetType.DateTimeType
-
-
Method Details
-
values
Returns 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
-
valueOf
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
-
getJsonName
Description copied from interface:OrderSearchCustomTypethe JSON value- Specified by:
getJsonNamein interfaceJsonEnum- Specified by:
getJsonNamein interfaceOrderSearchCustomType- Returns:
- json value
-
toString
Description copied from interface:OrderSearchCustomTypeconvert value to string- Specified by:
toStringin interfaceJsonEnum- Specified by:
toStringin interfaceOrderSearchCustomType- Overrides:
toStringin classEnum<OrderSearchCustomType.OrderSearchCustomTypeEnum>- Returns:
- string representation
-