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