Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiHotelTerminal
Packages that use ApiHotelTerminal
-
Uses of ApiHotelTerminal in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiHotelTerminalModifier and TypeMethodDescriptionApiHotelTerminal.description(ApiContent description) ApiHotelTerminal.name(ApiContent name) ApiHotelTerminal.terminalCode(String terminalCode) ApiHotelTerminal.terminalType(String terminalType) Methods in travel.wink.hotelbeds.content.sdk.model that return types with arguments of type ApiHotelTerminalModifier and TypeMethodDescription@Valid List<ApiHotelTerminal>ApiHotel.getTerminals()List of terminals associated to the hotel and their distance to the hotel.Methods in travel.wink.hotelbeds.content.sdk.model with parameters of type ApiHotelTerminalMethod parameters in travel.wink.hotelbeds.content.sdk.model with type arguments of type ApiHotelTerminalModifier and TypeMethodDescriptionvoidApiHotel.setTerminals(List<ApiHotelTerminal> terminals) ApiHotel.terminals(List<ApiHotelTerminal> terminals)