Uses of Class
odata.msgraph.client.beta.enums.TimeZoneStandard
-
Packages that use TimeZoneStandard Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of TimeZoneStandard in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity with parameters of type TimeZoneStandard Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>OutlookUser. supportedTimeZones_Function(TimeZoneStandard timeZoneStandard) -
Uses of TimeZoneStandard in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type TimeZoneStandard Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>OutlookUserRequest. supportedTimeZones_Function(TimeZoneStandard timeZoneStandard) -
Uses of TimeZoneStandard in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TimeZoneStandard Modifier and Type Method Description static TimeZoneStandardTimeZoneStandard. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeZoneStandard[]TimeZoneStandard. values()Returns an array containing the constants of this enum type, in the order they are declared.
-