Activity.Builder

public Activity.Builder Activity.Builder(    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)