Package travel.wink.sdk.lookup.model
Enum Class Rate.RateSourceEnum
- All Implemented Interfaces:
Serializable,Comparable<Rate.RateSourceEnum>,Constable
- Enclosing class:
- Rate
Indicate where this rate originated from. Leave as TRAVELIKO unless you are a channel manager and responsible for the property's rates externally of this payment.
-
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
Modifier and TypeMethodDescriptionstatic Rate.RateSourceEnumgetValue()toString()static Rate.RateSourceEnumReturns the enum constant of this class with the specified name.static Rate.RateSourceEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TRAVELIKO
-
SITEMINDER
-
FASTBOOKING
-
RATEGAIN
-
CLOUD_BEDS
-
YIELD_PLANET
-
TRAVELCLICK
-
HOTEL_GURU
-
OTHER_CHANNEL_MANAGER
-
BOOKING_JINI
-
HOTEL_LINK_SOLUTIONS
-
ALLOTZ
-
DEDGE
-
RATE_TIGER
-
RESAVENUE
-
COMANCHE
-
OMNIBEES
-
EZEE
-
SYNXIS
-
-
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
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<Rate.RateSourceEnum>
-
fromValue
-