Builder

public final class Builder

Constructors

Link copied to clipboard
public CrossSell.Builder CrossSell.Builder(Integer hotelCount, FlightsV3StayDates stayDates, Integer numberOfRooms, Integer numberOfNights, List<FlightsV3Occupant> occupants, List<FlightsV3Hotel> hotels, List<PackageOffers> offers)

Functions

Link copied to clipboard
public final CrossSell build()
Link copied to clipboard
public final CrossSell.Builder hotelCount(Integer hotelCount)
Link copied to clipboard
Link copied to clipboard
public final CrossSell.Builder numberOfNights(Integer numberOfNights)
Link copied to clipboard
public final CrossSell.Builder numberOfRooms(Integer numberOfRooms)
Link copied to clipboard
Link copied to clipboard
public final CrossSell.Builder offers(List<PackageOffers> offers)
Link copied to clipboard