public static final class Schedule.OneTimeScheduleOptions extends Schedule.ScheduleOptions
| Constructor and Description |
|---|
OneTimeScheduleOptions(Schedule.ScheduleType scheduleType,
Date dateTime)
Create a
OneTimeScheduleOptions with the specified type, date, and time. |
getDateTime, getScheduleType, isRecurring, setDateTime, setScheduleTypepublic OneTimeScheduleOptions(@NonNull Schedule.ScheduleType scheduleType, @NonNull Date dateTime)
OneTimeScheduleOptions with the specified type, date, and time.scheduleType - Arrival or departure schedule.dateTime - Date and time of the trip, must not be null.Schedule.ScheduleTypeCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.