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 DateTimeTimeZoneTaskViewpoint. reminderDateTimeprotected 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) -
Uses of DateTimeTimeZone in odata.msgraph.client.beta.entity
-
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)
-