Uses of Class
odata.msgraph.client.complex.DateTimeTimeZone
-
Packages that use DateTimeTimeZone Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of DateTimeTimeZone in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as DateTimeTimeZone Modifier and Type Field Description protected DateTimeTimeZoneFollowupFlag. completedDateTimeprotected DateTimeTimeZoneFollowupFlag. dueDateTimeprotected DateTimeTimeZoneScheduleItem. endprotected DateTimeTimeZoneTimeSlot. endprotected DateTimeTimeZoneReminder. eventEndTimeprotected DateTimeTimeZoneReminder. eventStartTimeprotected DateTimeTimeZoneReminder. reminderFireTimeprotected DateTimeTimeZoneAutomaticRepliesSetting. scheduledEndDateTimeprotected DateTimeTimeZoneAutomaticRepliesMailTips. scheduledEndTimeprotected DateTimeTimeZoneAutomaticRepliesSetting. scheduledStartDateTimeprotected DateTimeTimeZoneAutomaticRepliesMailTips. scheduledStartTimeprotected DateTimeTimeZoneScheduleItem. startprotected DateTimeTimeZoneTimeSlot. startprotected DateTimeTimeZoneFollowupFlag. startDateTimeMethods in odata.msgraph.client.complex that return DateTimeTimeZone Modifier and Type Method Description DateTimeTimeZoneDateTimeTimeZone.Builder. build()DateTimeTimeZoneDateTimeTimeZone. withDateTime(String dateTime)DateTimeTimeZoneDateTimeTimeZone. withTimeZone(String timeZone)DateTimeTimeZoneDateTimeTimeZone. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type DateTimeTimeZone Modifier and Type Method Description Optional<DateTimeTimeZone>FollowupFlag. getCompletedDateTime()Optional<DateTimeTimeZone>FollowupFlag. getDueDateTime()Optional<DateTimeTimeZone>ScheduleItem. getEnd()Optional<DateTimeTimeZone>TimeSlot. getEnd()Optional<DateTimeTimeZone>Reminder. getEventEndTime()Optional<DateTimeTimeZone>Reminder. getEventStartTime()Optional<DateTimeTimeZone>Reminder. getReminderFireTime()Optional<DateTimeTimeZone>AutomaticRepliesSetting. getScheduledEndDateTime()Optional<DateTimeTimeZone>AutomaticRepliesMailTips. getScheduledEndTime()Optional<DateTimeTimeZone>AutomaticRepliesSetting. getScheduledStartDateTime()Optional<DateTimeTimeZone>AutomaticRepliesMailTips. getScheduledStartTime()Optional<DateTimeTimeZone>ScheduleItem. getStart()Optional<DateTimeTimeZone>TimeSlot. getStart()Optional<DateTimeTimeZone>FollowupFlag. getStartDateTime() -
Uses of DateTimeTimeZone in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DateTimeTimeZone Modifier and Type Field Description protected DateTimeTimeZoneTodoTask. completedDateTimeprotected DateTimeTimeZoneTodoTask. dueDateTimeprotected DateTimeTimeZoneEvent. endprotected DateTimeTimeZoneBookingAppointment. endDateTimeprotected DateTimeTimeZoneEventMessage. endDateTimeprotected DateTimeTimeZoneEventMessageRequest. previousEndDateTimeprotected DateTimeTimeZoneEventMessageRequest. previousStartDateTimeprotected DateTimeTimeZoneTodoTask. reminderDateTimeprotected DateTimeTimeZoneEvent. startprotected DateTimeTimeZoneBookingAppointment. startDateTimeprotected DateTimeTimeZoneEventMessage. startDateTimeMethods in odata.msgraph.client.entity that return types with arguments of type DateTimeTimeZone Modifier and Type Method Description Optional<DateTimeTimeZone>TodoTask. getCompletedDateTime()Optional<DateTimeTimeZone>TodoTask. getDueDateTime()Optional<DateTimeTimeZone>Event. getEnd()Optional<DateTimeTimeZone>BookingAppointment. getEndDateTime()Optional<DateTimeTimeZone>EventMessage. getEndDateTime()Optional<DateTimeTimeZone>EventMessageRequest. getPreviousEndDateTime()Optional<DateTimeTimeZone>EventMessageRequest. getPreviousStartDateTime()Optional<DateTimeTimeZone>TodoTask. getReminderDateTime()Optional<DateTimeTimeZone>Event. getStart()Optional<DateTimeTimeZone>BookingAppointment. getStartDateTime()Optional<DateTimeTimeZone>EventMessage. getStartDateTime() -
Uses of DateTimeTimeZone in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type DateTimeTimeZone Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ScheduleInformation>CalendarRequest. getSchedule(List<String> schedules, DateTimeTimeZone endTime, DateTimeTimeZone startTime, Integer availabilityViewInterval)com.github.davidmoten.odata.client.ActionRequestNoReturnEventRequest. snoozeReminder(DateTimeTimeZone newReminderTime)
-