Uses of Class
odata.msgraph.client.complex.TimeZoneInformation
-
Packages that use TimeZoneInformation Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of TimeZoneInformation in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return TimeZoneInformation Modifier and Type Method Description TimeZoneInformationTimeZoneInformation.Builder. build()TimeZoneInformationTimeZoneInformation. withAlias(String alias)TimeZoneInformationTimeZoneInformation. withDisplayName(String displayName)TimeZoneInformationTimeZoneInformation. withUnmappedField(String name, Object value) -
Uses of TimeZoneInformation in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type TimeZoneInformation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>OutlookUser. supportedTimeZones()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>OutlookUser. supportedTimeZones_Function(TimeZoneStandard timeZoneStandard) -
Uses of TimeZoneInformation in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type TimeZoneInformation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>OutlookUserRequest. supportedTimeZones()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>OutlookUserRequest. supportedTimeZones_Function(TimeZoneStandard timeZoneStandard)
-