open class OpeningHours : Serializable
Opening hours for a POI (Points of Interest).
OpeningHours()
Empty constructor for the OpeningHours(mode: OpeningHoursMode!, timeRanges: Array<TimeRange!>!)
Default constructor for the |
var mode: OpeningHoursMode!
Mode used in the request. |
|
var timeRanges: Array<TimeRange!>!
List of time ranges for the next 7 days. |
open fun getMode(): OpeningHoursMode!
Returns the mode used in the request. |
|
open fun getTimeRanges(): ImmutableList<TimeRange!>! |
|
open fun toString(): String |