Uses of Class
com.azure.maps.weather.models.BasinId
Package
Description
Package containing the classes for WeatherClient.
Package containing the data models for WeatherClient.
-
Uses of BasinId in com.azure.maps.weather
Modifier and TypeMethodDescriptionWeatherAsyncClient.searchTropicalStorm
(Integer year, BasinId basinId, Integer governmentStormId) **Get Tropical Storm Search**WeatherClient.searchTropicalStorm
(Integer year, BasinId basinId, Integer governmentStormId) **Get Tropical Storm Search**Mono<com.azure.core.http.rest.Response<StormSearchResult>>
WeatherAsyncClient.searchTropicalStormWithResponse
(Integer year, BasinId basinId, Integer governmentStormId) **Get Tropical Storm Search**com.azure.core.http.rest.Response<StormSearchResult>
WeatherClient.searchTropicalStormWithResponse
(Integer year, BasinId basinId, Integer governmentStormId, com.azure.core.util.Context context) **Get Tropical Storm Search** -
Uses of BasinId in com.azure.maps.weather.models
Modifier and TypeFieldDescriptionstatic final BasinId
BasinId.AL
Static value AL for BasinId.static final BasinId
BasinId.CP
Static value CP for BasinId.static final BasinId
BasinId.EP
Static value EP for BasinId.static final BasinId
BasinId.NI
Static value NI for BasinId.static final BasinId
BasinId.NP
Static value NP for BasinId.static final BasinId
BasinId.SI
Static value SI for BasinId.static final BasinId
BasinId.SP
Static value SP for BasinId.Modifier and TypeMethodDescriptionstatic BasinId
BasinId.fromString
(String name) Creates or finds a BasinId from its string representation.ActiveStorm.getBasinId()
Get the basinId property: Basin identifier (AL, EP, SI, NI, CP, NP, SP).StormSearchResultItem.getBasinId()
Get the basinId property: Basin identifier (AL, EP, SI, NI, CP, NP, SP).TropicalStormForecastOptions.getBasinId()
Get basin identifierTropicalStormLocationOptions.getBasinId()
Get basin identifier.Modifier and TypeMethodDescriptionstatic Collection<BasinId>
BasinId.values()
Gets known BasinId values.Modifier and TypeMethodDescriptionTropicalStormForecastOptions.setBasinId
(BasinId basinId) TropicalStormLocationOptions.setBasinId
(BasinId basinId) ModifierConstructorDescriptionTropicalStormForecastOptions
(Integer year, BasinId basinId, Integer governmentStormId) TropicalStormForecastOptions constructorTropicalStormLocationOptions
(Integer year, BasinId basinId, Integer governmentStormId)