Uses of Class
odata.msgraph.client.beta.complex.ManagedDeviceSummarizedAppState
-
Packages that use ManagedDeviceSummarizedAppState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ManagedDeviceSummarizedAppState in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ManagedDeviceSummarizedAppState Modifier and Type Method Description ManagedDeviceSummarizedAppStateManagedDeviceSummarizedAppState.Builder. build()ManagedDeviceSummarizedAppStateManagedDeviceSummarizedAppState. withDeviceId(String deviceId)Returns an immutable copy ofthiswith just thedeviceIdfield changed.ManagedDeviceSummarizedAppStateManagedDeviceSummarizedAppState. withSummarizedAppState(RunState summarizedAppState)Returns an immutable copy ofthiswith just thesummarizedAppStatefield changed.ManagedDeviceSummarizedAppStateManagedDeviceSummarizedAppState. withUnmappedField(String name, String value) -
Uses of ManagedDeviceSummarizedAppState in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedDeviceSummarizedAppState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedDeviceSummarizedAppState>User. getManagedDevicesWithFailedOrPendingApps() -
Uses of ManagedDeviceSummarizedAppState in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ManagedDeviceSummarizedAppState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedDeviceSummarizedAppState>UserRequest. getManagedDevicesWithFailedOrPendingApps()
-