EventType

Type of event associated with this history item such as modified or canceled. If the booking is marked as a no-show by the property/supplier, the value of event_type is canceled when the include request parameter is history. However, it is canceled_no_show when the include request parameter is history_v2. Values: CREATED,MODIFIED,CANCELED,CANCELED_NO_SHOW

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String value

Functions

Link copied to clipboard

Type of event associated with this history item such as modified or canceled. If the booking is marked as a no-show by the property/supplier, the value of event_type is canceled when the include request parameter is history. However, it is canceled_no_show when the include request parameter is history_v2. Values: CREATED,MODIFIED,CANCELED,CANCELED_NO_SHOW

Link copied to clipboard
public final String getValue()
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.