Enum Class EngineConfigurationBookingReportSupplierDetails.CardDesignEnum
java.lang.Object
java.lang.Enum<EngineConfigurationBookingReportSupplierDetails.CardDesignEnum>
travel.wink.sdk.extranet.booking.model.EngineConfigurationBookingReportSupplierDetails.CardDesignEnum
- All Implemented Interfaces:
Serializable,Comparable<EngineConfigurationBookingReportSupplierDetails.CardDesignEnum>,Constable
- Enclosing class:
EngineConfigurationBookingReportSupplierDetails
public static enum EngineConfigurationBookingReportSupplierDetails.CardDesignEnum
extends Enum<EngineConfigurationBookingReportSupplierDetails.CardDesignEnum>
Choose the card design to use on our web component cards.
-
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
-
DEFAULT
-
-
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<EngineConfigurationBookingReportSupplierDetails.CardDesignEnum>
-
fromValue
public static EngineConfigurationBookingReportSupplierDetails.CardDesignEnum fromValue(String value)
-