Uses of Class
travel.wink.sdk.channel.manager.model.PageChannelManagerProperty
Packages that use PageChannelManagerProperty
-
Uses of PageChannelManagerProperty in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PageChannelManagerPropertyModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageChannelManagerProperty> 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<PageChannelManagerProperty>> 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 PageChannelManagerProperty in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PageChannelManagerPropertyModifier and TypeMethodDescriptionPageChannelManagerProperty.addContentItem(ChannelManagerProperty contentItem) PageChannelManagerProperty.content(List<@Valid ChannelManagerProperty> content) PageChannelManagerProperty.numberOfElements(Integer numberOfElements) PageChannelManagerProperty.pageable(PageableObject pageable) PageChannelManagerProperty.sort(SortObject sort) PageChannelManagerProperty.totalElements(Long totalElements) PageChannelManagerProperty.totalPages(Integer totalPages)