Activity

public Activity Activity(    Integer id,     String title,     String description,     List<ActivitiesMedia> media,     List<String> categories,     String duration,     Boolean freeCancellation,     ActivitiesPrice price,     ActivitiesSupplier supplier,     Redemption redemption,     List<ActivitiesLocation> activityLocations,     Integer reviewScore,     Integer reviewCount,     Map<String, ActivitiesLink> links,     ActivitiesCancellationPolicy cancellationPolicy,     List<String> highlights,     List<String> termsAndConditions,     List<String> inclusions,     List<String> exclusions,     List<String> knowBeforeYouBook,     List<String> knowBeforeYouGo,     List<Offer> offers)

Parameters

id

The numerical identifier for this particular activity

title

The display title for this activity.

description

The description of the Activity.

media

List of activity Media.

categories

A list of the Activity categories to which this particular activity belongs. Possible values are: Adventures Air, Balloon & Helicopter Tours Attractions Cruises & Water Tours Day Trips & Excursions Food & Drink Hop-on Hop-off Multi-Day & Extended Tours Nightlife Private Tours Private Transfers Shared Transfers Show & Sport Tickets Sightseeing Passes Theme Parks Tours & Sightseeing Walking & Bike Tours Water Activities Wedding Ceremonies Winter Activities

duration

The anticipated time duration for the activity. Using java jdk Duration parsing.

freeCancellation

A boolean value describing whether or not this activity reservation can be cancelled without incurring a penalty.

price
supplier
redemption
activityLocations

Container of location information where activity happens.

reviewScore

The overall Expedia score for the activity.

reviewCount

The number of Expedia reviews that went into the calculation of the ReviewScore.

links

HATEOAS links included in this response.

cancellationPolicy
highlights

Web formatted statement of the Highlight(s) for the activity.

termsAndConditions

Terms and Conditions for the Activity.

inclusions

Web formatted statement of what is included in the activity

exclusions

Web formatted statement of what is NOT included in the activity

knowBeforeYouBook

Web formatted statement of things that a purchaser should be aware of BEFORE they book this activity.

knowBeforeYouGo

Web formatted statement of things that a purchaser should be aware of BEFORE they go to this activity.

offers

Offers for the activity.