GetCalendarAvailabilityOperationParams

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final LocalDate endDate

The last day of availability information to be returned, in ISO 8601 format (YYYY-MM-DD). This must be 365 days or less from the start_date.

Link copied to clipboard
private final List<String> propertyId

The ID of the property you want to search for. You can provide 1 to 250 property_id parameters.

Link copied to clipboard
private final LocalDate startDate

The first day of availability information to be returned, in ISO 8601 format (YYYY-MM-DD), up to 500 days in the future from the current date.

Link copied to clipboard
private final String test

Shop calls have a test header that can be used to return set responses with the following keywords:
* standard * service_unavailable * unknown_internal_error

Functions

Link copied to clipboard
Link copied to clipboard
public final LocalDate getEndDate()

The last day of availability information to be returned, in ISO 8601 format (YYYY-MM-DD). This must be 365 days or less from the start_date.

Link copied to clipboard
Link copied to clipboard
public final List<String> getPropertyId()

The ID of the property you want to search for. You can provide 1 to 250 property_id parameters.

Link copied to clipboard
Link copied to clipboard
public final LocalDate getStartDate()

The first day of availability information to be returned, in ISO 8601 format (YYYY-MM-DD), up to 500 days in the future from the current date.

Link copied to clipboard
public final String getTest()

Shop calls have a test header that can be used to return set responses with the following keywords:
* standard * service_unavailable * unknown_internal_error