Uses of Class
travel.wink.hotelbeds.booking.sdk.model.ApiKeyword
Packages that use ApiKeyword
-
Uses of ApiKeyword in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiKeywordModifier and TypeMethodDescriptionMethods in travel.wink.hotelbeds.booking.sdk.model that return types with arguments of type ApiKeywordModifier and TypeMethodDescription@Valid List<ApiKeyword>ApiHotel.getKeywords()Get keywords@Valid List<ApiKeyword>ApiHotelBookingConfirm.getKeywords()Get keywordsMethods in travel.wink.hotelbeds.booking.sdk.model with parameters of type ApiKeywordModifier and TypeMethodDescriptionApiHotel.addKeywordsItem(ApiKeyword keywordsItem) ApiHotelBookingConfirm.addKeywordsItem(ApiKeyword keywordsItem) Method parameters in travel.wink.hotelbeds.booking.sdk.model with type arguments of type ApiKeywordModifier and TypeMethodDescriptionApiHotel.keywords(List<ApiKeyword> keywords) ApiHotelBookingConfirm.keywords(List<ApiKeyword> keywords) voidApiHotel.setKeywords(List<ApiKeyword> keywords) voidApiHotelBookingConfirm.setKeywords(List<ApiKeyword> keywords)