AvailabilityCalendarResponse

public final class AvailabilityCalendarResponse

Parameters

warnings

There were some errors or events during the transaction, but the API has still returned a response. Container for all warnings.

transactionId

Unique identifier for the transaction.

availabilityCalendars

A list of the calendar entities.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
Link copied to clipboard
@Valid()
private final String transactionId
Link copied to clipboard
@Valid()
private final List<LodgingWarning> warnings

Functions

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