Enum Class CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum
java.lang.Object
java.lang.Enum<CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum>
travel.wink.sdk.affiliate.browse.model.CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum>,Constable
- Enclosing class:
CreateStaticListAndAddSupplierRequestAffiliate
public static enum CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum
extends Enum<CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum>
Supplier this list should add.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
GUEST_ROOM
public static final CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum GUEST_ROOM -
ADD_ON
-
MEETING_ROOM
public static final CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum MEETING_ROOM -
RESTAURANT
public static final CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum RESTAURANT -
SPA
-
ATTRACTION
public static final CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum ATTRACTION -
PLACE
-
ACTIVITY
public static final CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum ACTIVITY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum>
-
fromValue
public static CreateStaticListAndAddSupplierRequestAffiliate.ChannelInventoryTypeEnum fromValue(String value)
-