Uses of Class
travel.wink.affiliate.model.InventoryMapMarker
Packages that use InventoryMapMarker
-
Uses of InventoryMapMarker in travel.wink.affiliate.api
Methods in travel.wink.affiliate.api that return types with arguments of type InventoryMapMarkerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<InventoryMapMarker>MapsApi.showAdvancedMapConfigurationMapMarker(String companyIdentifier, String channelInventoryIdentifier, String accept) Show Map Marker Retrieve map marker for individual channel inventory.reactor.core.publisher.Flux<InventoryMapMarker>MapsApi.showAdvancedMapConfigurationMapMarkers(String companyIdentifier, String listIdentifier, String listType, String accept) Show Map Markers Retrieve a list of advanced map configuration inventory markers by typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventoryMapMarker>>>MapsApi.showAdvancedMapConfigurationMapMarkersWithHttpInfo(String companyIdentifier, String listIdentifier, String listType, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryMapMarker>>MapsApi.showAdvancedMapConfigurationMapMarkerWithHttpInfo(String companyIdentifier, String channelInventoryIdentifier, String accept) -
Uses of InventoryMapMarker in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return InventoryMapMarkerModifier and TypeMethodDescriptionInventoryMapMarker.channelInventoryIdentifier(String channelInventoryIdentifier) InventoryMapMarker.inventoryIdentifier(String inventoryIdentifier) InventoryMapMarker.inventoryName(String inventoryName) InventoryMapMarker.inventoryType(InventoryMapMarker.InventoryTypeEnum inventoryType) InventoryMapMarker.point(HotelOnMapLocation point) InventoryMapMarker.supplierIdentifier(String supplierIdentifier) InventoryMapMarker.supplierName(String supplierName) InventoryMapMarker.supplierUrlName(String supplierUrlName)