ScheduleDetails (API Reference)
Package com.here.sdk.search
Class ScheduleDetails
java.lang.Object
com.here.sdk.search.ScheduleDetails
Encapsulates schedule details complying with the iCalendar specification: https://tools.ietf.org/html/rfc5545.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies a positive duration of time for the iCalendar component, for example "PT24H00M" (lasts 24h).The recurrence information for a iCalendar component, for example "FREQ:DAILY;BYDAY:MO,TU,WE,TH,FR,SA".Specifies when the iCalendar component begins, for example "T000000" (starts at midnight). -
Constructor Summary
ConstructorsConstructorDescriptionScheduleDetails(String start, String duration, String recurrence) Creates a new instance. -
Method Summary
-
Field Details
-
start
Specifies when the iCalendar component begins, for example "T000000" (starts at midnight).
-
duration
Specifies a positive duration of time for the iCalendar component, for example "PT24H00M" (lasts 24h).
-
recurrence
The recurrence information for a iCalendar component, for example "FREQ:DAILY;BYDAY:MO,TU,WE,TH,FR,SA".
-
-
Constructor Details
-
ScheduleDetails
Creates a new instance.
- Parameters:
start-Specifies when the iCalendar component begins, for example "T000000" (starts at midnight).
duration-Specifies a positive duration of time for the iCalendar component, for example "PT24H00M" (lasts 24h).
recurrence-The recurrence information for a iCalendar component, for example "FREQ:DAILY;BYDAY:MO,TU,WE,TH,FR,SA".
-
-
Method Details