GetActivityListingsOperationParams

Constructors

Link copied to clipboard
public GetActivityListingsOperationParams GetActivityListingsOperationParams(    String partnerTransactionId,     String location,     String geoLocation,     LocalDate startDate,     LocalDate endDate,     String locale,     List<GetActivityListingsOperationParams.Links> links)

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard

Properties

Link copied to clipboard
@Valid()
private final LocalDate endDate

End date for the activity window in YYY-MM-DD format. default: \"startDate+14\"

Link copied to clipboard
@Valid()
private final String geoLocation

The latitude and longitude values identifying the center point of a search radius (circle). North latitude will be represented by a positive value. South latitude by a negative value. East longitude will be represented by a positive value. West longitude by a negative value. The latitude and longitude values are joined together with a comma (,) character.

Link copied to clipboard

Comma-separated list to specify the types of HATEAOS links returned in the API Response. WD (deep link URL to web infosite) AD (details API query)

Link copied to clipboard
@Valid()
private final String locale

locale is composed of language identifier and region identifier, connected by \"_\" that specifies the language in which the response will be returned. example: \"fr_FR\" refers to French as spoken in France, while \"fr_CA\" refers to French as spoken in Canada. For a full list of supported locales please refer to the link at the bottom of the page.

Link copied to clipboard
@Valid()
private final String location

Can be a city name, street address, three-letter IATA Airport Code or a landmark name. (If the value submitted does not clearly identify a single location the API may returne a disambiguation response that lists possible options)

Link copied to clipboard
@NotNull()
@Valid()
private final String partnerTransactionId

Partner-generated identifier.

Link copied to clipboard
@Valid()
private final LocalDate startDate

Start date for the activity window in YYY-MM-DD format. If an endDate value is supplied there must also be a startDate. default: currentDate

Functions

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

End date for the activity window in YYY-MM-DD format. default: \"startDate+14\"

Link copied to clipboard
public final String getGeoLocation()

The latitude and longitude values identifying the center point of a search radius (circle). North latitude will be represented by a positive value. South latitude by a negative value. East longitude will be represented by a positive value. West longitude by a negative value. The latitude and longitude values are joined together with a comma (,) character.

Link copied to clipboard
public Headers getHeaders()
Link copied to clipboard

Comma-separated list to specify the types of HATEAOS links returned in the API Response. WD (deep link URL to web infosite) AD (details API query)

Link copied to clipboard
public final String getLocale()

locale is composed of language identifier and region identifier, connected by \"_\" that specifies the language in which the response will be returned. example: \"fr_FR\" refers to French as spoken in France, while \"fr_CA\" refers to French as spoken in Canada. For a full list of supported locales please refer to the link at the bottom of the page.

Link copied to clipboard
public final String getLocation()

Can be a city name, street address, three-letter IATA Airport Code or a landmark name. (If the value submitted does not clearly identify a single location the API may returne a disambiguation response that lists possible options)

Link copied to clipboard

Partner-generated identifier.

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

Start date for the activity window in YYY-MM-DD format. If an endDate value is supplied there must also be a startDate. default: currentDate

Link copied to clipboard