Uses of Class
odata.msgraph.client.complex.DeviceExchangeAccessStateSummary
-
Packages that use DeviceExchangeAccessStateSummary Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DeviceExchangeAccessStateSummary in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DeviceExchangeAccessStateSummary Modifier and Type Method Description DeviceExchangeAccessStateSummaryDeviceExchangeAccessStateSummary.Builder. build()DeviceExchangeAccessStateSummaryDeviceExchangeAccessStateSummary. withAllowedDeviceCount(Integer allowedDeviceCount)Returns an immutable copy ofthiswith just theallowedDeviceCountfield changed.DeviceExchangeAccessStateSummaryDeviceExchangeAccessStateSummary. withBlockedDeviceCount(Integer blockedDeviceCount)Returns an immutable copy ofthiswith just theblockedDeviceCountfield changed.DeviceExchangeAccessStateSummaryDeviceExchangeAccessStateSummary. withQuarantinedDeviceCount(Integer quarantinedDeviceCount)Returns an immutable copy ofthiswith just thequarantinedDeviceCountfield changed.DeviceExchangeAccessStateSummaryDeviceExchangeAccessStateSummary. withUnavailableDeviceCount(Integer unavailableDeviceCount)Returns an immutable copy ofthiswith just theunavailableDeviceCountfield changed.DeviceExchangeAccessStateSummaryDeviceExchangeAccessStateSummary. withUnknownDeviceCount(Integer unknownDeviceCount)Returns an immutable copy ofthiswith just theunknownDeviceCountfield changed.DeviceExchangeAccessStateSummaryDeviceExchangeAccessStateSummary. withUnmappedField(String name, Object value) -
Uses of DeviceExchangeAccessStateSummary in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceExchangeAccessStateSummary Modifier and Type Field Description protected DeviceExchangeAccessStateSummaryManagedDeviceOverview. deviceExchangeAccessStateSummaryMethods in odata.msgraph.client.entity that return types with arguments of type DeviceExchangeAccessStateSummary Modifier and Type Method Description Optional<DeviceExchangeAccessStateSummary>ManagedDeviceOverview. getDeviceExchangeAccessStateSummary()“Distribution of Exchange Access State in Intune”Methods in odata.msgraph.client.entity with parameters of type DeviceExchangeAccessStateSummary Modifier and Type Method Description ManagedDeviceOverview.BuilderManagedDeviceOverview.Builder. deviceExchangeAccessStateSummary(DeviceExchangeAccessStateSummary deviceExchangeAccessStateSummary)“Distribution of Exchange Access State in Intune”ManagedDeviceOverviewManagedDeviceOverview. withDeviceExchangeAccessStateSummary(DeviceExchangeAccessStateSummary deviceExchangeAccessStateSummary)Returns an immutable copy ofthiswith just thedeviceExchangeAccessStateSummaryfield changed.
-