Enum Class ActionTypeOption

java.lang.Object
java.lang.Enum<ActionTypeOption>
de.hybris.platform.commercefacades.travel.enums.ActionTypeOption
All Implemented Interfaces:
Serializable, Comparable<ActionTypeOption>, Constable

public enum ActionTypeOption extends Enum<ActionTypeOption>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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

    Modifier and Type
    Method
    Description
    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.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • AMEND_ANCILLARY

      public static final ActionTypeOption AMEND_ANCILLARY
      Generated enum value for ActionTypeOption.AMEND_ANCILLARY value defined at extension travelfacades.
    • CANCEL_BOOKING

      public static final ActionTypeOption CANCEL_BOOKING
      Generated enum value for ActionTypeOption.CANCEL_BOOKING value defined at extension travelfacades.
    • CHECK_IN_ALL

      public static final ActionTypeOption CHECK_IN_ALL
      Generated enum value for ActionTypeOption.CHECK_IN_ALL value defined at extension travelfacades.
    • CHECK_IN

      public static final ActionTypeOption CHECK_IN
      Generated enum value for ActionTypeOption.CHECK_IN value defined at extension travelfacades.
    • REMOVE_TRAVELLER

      public static final ActionTypeOption REMOVE_TRAVELLER
      Generated enum value for ActionTypeOption.REMOVE_TRAVELLER value defined at extension travelfacades.
    • ACCEPT_BOOKING

      public static final ActionTypeOption ACCEPT_BOOKING
      Generated enum value for ActionTypeOption.ACCEPT_BOOKING value defined at extension travelfacades.
    • REJECT_BOOKING

      public static final ActionTypeOption REJECT_BOOKING
      Generated enum value for ActionTypeOption.REJECT_BOOKING value defined at extension travelfacades.
    • ADD_REQUEST

      public static final ActionTypeOption ADD_REQUEST
      Generated enum value for ActionTypeOption.ADD_REQUEST value defined at extension travelfacades.
    • CANCEL_REQUEST

      public static final ActionTypeOption CANCEL_REQUEST
      Generated enum value for ActionTypeOption.CANCEL_REQUEST value defined at extension travelfacades.
    • CANCEL_ACCOMMODATION_BOOKING

      public static final ActionTypeOption CANCEL_ACCOMMODATION_BOOKING
      Generated enum value for ActionTypeOption.CANCEL_ACCOMMODATION_BOOKING value defined at extension travelfacades.
    • CHANGE_DATES

      public static final ActionTypeOption CHANGE_DATES
      Generated enum value for ActionTypeOption.CHANGE_DATES value defined at extension travelfacades.
    • ADD_ROOM

      public static final ActionTypeOption ADD_ROOM
      Generated enum value for ActionTypeOption.ADD_ROOM value defined at extension travelfacades.
    • PAY_NOW

      public static final ActionTypeOption PAY_NOW
      Generated enum value for ActionTypeOption.PAY_NOW value defined at extension travelfacades.
    • CANCEL_COMPLETE_BOOKING

      public static final ActionTypeOption CANCEL_COMPLETE_BOOKING
      Generated enum value for ActionTypeOption.CANCEL_COMPLETE_BOOKING value defined at extension travelfacades.
    • WRITE_REVIEW

      public static final ActionTypeOption WRITE_REVIEW
      Generated enum value for ActionTypeOption.WRITE_REVIEW value defined at extension travelfacades.
    • CANCEL_TRANSPORT_BOOKING

      public static final ActionTypeOption CANCEL_TRANSPORT_BOOKING
      Generated enum value for ActionTypeOption.CANCEL_TRANSPORT_BOOKING value defined at extension travelfacades.
    • AMEND_EXTRAS

      public static final ActionTypeOption AMEND_EXTRAS
      Generated enum value for ActionTypeOption.AMEND_EXTRAS value defined at extension travelfacades.
  • Method Details

    • values

      public static ActionTypeOption[] 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 ActionTypeOption 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 name
      NullPointerException - if the argument is null