Package com.azure.maps.search.models
Class OperatingHours
java.lang.Object
com.azure.maps.search.models.OperatingHours
Opening hours for a POI (Points of Interest).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()
Get the mode property: Value used in the request: none or "nextSevenDays".Get the timeRanges property: List of time ranges for the next 7 days.
-
Constructor Details
-
OperatingHours
public OperatingHours()
-
-
Method Details
-
getMode
Get the mode property: Value used in the request: none or "nextSevenDays".- Returns:
- the mode value.
-
getTimeRanges
Get the timeRanges property: List of time ranges for the next 7 days.- Returns:
- the timeRanges value.
-