Enum Constant Summary
Enum Constants
Generated enum value for ActionTypeOption.ACCEPT_BOOKING value defined at extension travelfacades.
Generated enum value for ActionTypeOption.ADD_REQUEST value defined at extension travelfacades.
Generated enum value for ActionTypeOption.ADD_ROOM value defined at extension travelfacades.
Generated enum value for ActionTypeOption.AMEND_ANCILLARY value defined at extension travelfacades.
Generated enum value for ActionTypeOption.AMEND_EXTRAS value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CANCEL_ACCOMMODATION_BOOKING value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CANCEL_BOOKING value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CANCEL_COMPLETE_BOOKING value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CANCEL_REQUEST value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CANCEL_TRANSPORT_BOOKING value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CHANGE_DATES value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CHECK_IN value defined at extension travelfacades.
Generated enum value for ActionTypeOption.CHECK_IN_ALL value defined at extension travelfacades.
Generated enum value for ActionTypeOption.PAY_NOW value defined at extension travelfacades.
Generated enum value for ActionTypeOption.REJECT_BOOKING value defined at extension travelfacades.
Generated enum value for ActionTypeOption.REMOVE_TRAVELLER value defined at extension travelfacades.
Generated enum value for ActionTypeOption.WRITE_REVIEW value defined at extension travelfacades.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
AMEND_ANCILLARY
Generated enum value for ActionTypeOption.AMEND_ANCILLARY value defined at extension travelfacades.
CANCEL_BOOKING
Generated enum value for ActionTypeOption.CANCEL_BOOKING value defined at extension travelfacades.
CHECK_IN_ALL
Generated enum value for ActionTypeOption.CHECK_IN_ALL value defined at extension travelfacades.
CHECK_IN
Generated enum value for ActionTypeOption.CHECK_IN value defined at extension travelfacades.
REMOVE_TRAVELLER
Generated enum value for ActionTypeOption.REMOVE_TRAVELLER value defined at extension travelfacades.
ACCEPT_BOOKING
Generated enum value for ActionTypeOption.ACCEPT_BOOKING value defined at extension travelfacades.
REJECT_BOOKING
Generated enum value for ActionTypeOption.REJECT_BOOKING value defined at extension travelfacades.
ADD_REQUEST
Generated enum value for ActionTypeOption.ADD_REQUEST value defined at extension travelfacades.
CANCEL_REQUEST
Generated enum value for ActionTypeOption.CANCEL_REQUEST value defined at extension travelfacades.
CANCEL_ACCOMMODATION_BOOKING
Generated enum value for ActionTypeOption.CANCEL_ACCOMMODATION_BOOKING value defined at extension travelfacades.
CHANGE_DATES
Generated enum value for ActionTypeOption.CHANGE_DATES value defined at extension travelfacades.
ADD_ROOM
Generated enum value for ActionTypeOption.ADD_ROOM value defined at extension travelfacades.
PAY_NOW
Generated enum value for ActionTypeOption.PAY_NOW value defined at extension travelfacades.
CANCEL_COMPLETE_BOOKING
Generated enum value for ActionTypeOption.CANCEL_COMPLETE_BOOKING value defined at extension travelfacades.
WRITE_REVIEW
Generated enum value for ActionTypeOption.WRITE_REVIEW value defined at extension travelfacades.
CANCEL_TRANSPORT_BOOKING
Generated enum value for ActionTypeOption.CANCEL_TRANSPORT_BOOKING value defined at extension travelfacades.
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 name
NullPointerException - if the argument is null