Uses of Class
odata.msgraph.client.beta.complex.DateTimeTimeZone
-
Packages that use DateTimeTimeZone Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DateTimeTimeZone in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.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.beta.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.beta.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.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DateTimeTimeZone Modifier and Type Field Description protected DateTimeTimeZoneOutlookTask. completedDateTimeprotected DateTimeTimeZoneTodoTask. completedDateTimeprotected DateTimeTimeZoneOutlookTask. dueDateTimeprotected DateTimeTimeZoneTodoTask. dueDateTimeprotected DateTimeTimeZoneBookingAppointment. endprotected DateTimeTimeZoneEvent. endprotected DateTimeTimeZoneEventMessage. endDateTimeprotected DateTimeTimeZoneBookingAppointment. invoiceDateprotected DateTimeTimeZoneEventMessageRequest. previousEndDateTimeprotected DateTimeTimeZoneEventMessageRequest. previousStartDateTimeprotected DateTimeTimeZoneOutlookTask. reminderDateTimeprotected DateTimeTimeZoneTodoTask. reminderDateTimeprotected DateTimeTimeZoneBookingAppointment. startprotected DateTimeTimeZoneEvent. startprotected DateTimeTimeZoneEventMessage. startDateTimeprotected DateTimeTimeZoneOutlookTask. startDateTime -
Uses of DateTimeTimeZone in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.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)
-