Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiSegmentsRS
Packages that use ApiSegmentsRS
-
Uses of ApiSegmentsRS in travel.wink.hotelbeds.content.sdk.api
Methods in travel.wink.hotelbeds.content.sdk.api that return types with arguments of type ApiSegmentsRSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ApiSegmentsRS>TypesApi.segmentsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Segments Returns the list of available segments.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiSegmentsRS>>TypesApi.segmentsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Segments Returns the list of available segments. -
Uses of ApiSegmentsRS in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiSegmentsRSModifier and TypeMethodDescriptionApiSegmentsRS.addSegmentsItem(ApiSegment segmentsItem) ApiSegmentsRS.auditData(ApiAuditData auditData) ApiSegmentsRS.error(ApiHotelbedsError error) ApiSegmentsRS.segments(List<ApiSegment> segments)