Uses of Class
travel.wink.sdk.channel.manager.model.PageProperty
Packages that use PageProperty
-
Uses of PageProperty in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PagePropertyModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageProperty> ChannelManagerApi.showProperties(Integer page, Integer size, String winkVersion, String accept) Show Properties The properties endpoint provides the entry point into the listener and is used to list properties you have access to.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageProperty>> ChannelManagerApi.showPropertiesWithHttpInfo(Integer page, Integer size, String winkVersion, String accept) Show Properties The properties endpoint provides the entry point into the listener and is used to list properties you have access to. -
Uses of PageProperty in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PagePropertyModifier and TypeMethodDescriptionPageProperty.addContentItem(Property contentItem) PageProperty.addSortItem(SortObject sortItem) PageProperty.numberOfElements(Integer numberOfElements) PageProperty.pageable(PageableObject pageable) PageProperty.sort(List<SortObject> sort) PageProperty.totalElements(Long totalElements) PageProperty.totalPages(Integer totalPages)