Uses of Class
odata.msgraph.client.entity.ManagedAppStatus
-
Packages that use ManagedAppStatus Package Description odata.msgraph.client.entity -
-
Uses of ManagedAppStatus in odata.msgraph.client.entity
Subclasses of ManagedAppStatus in odata.msgraph.client.entity Modifier and Type Class Description classManagedAppStatusRaw“Represents an un-typed status report about organizations app protection and configuration.”Fields in odata.msgraph.client.entity with type parameters of type ManagedAppStatus Modifier and Type Field Description protected List<ManagedAppStatus>DeviceAppManagement. managedAppStatusesMethods in odata.msgraph.client.entity that return ManagedAppStatus Modifier and Type Method Description ManagedAppStatusManagedAppStatus. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagedAppStatusManagedAppStatus. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagedAppStatusManagedAppStatus. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.ManagedAppStatusManagedAppStatus. withUnmappedField(String name, Object value)ManagedAppStatusManagedAppStatus. withVersion(String version)Returns an immutable copy ofthiswith just theversionfield changed.Methods in odata.msgraph.client.entity with parameters of type ManagedAppStatus Modifier and Type Method Description DeviceAppManagement.BuilderDeviceAppManagement.Builder. managedAppStatuses(ManagedAppStatus... managedAppStatuses)“The managed app statuses.”Method parameters in odata.msgraph.client.entity with type arguments of type ManagedAppStatus Modifier and Type Method Description DeviceAppManagement.BuilderDeviceAppManagement.Builder. managedAppStatuses(List<ManagedAppStatus> managedAppStatuses)“The managed app statuses.”DeviceAppManagementDeviceAppManagement. withManagedAppStatuses(List<ManagedAppStatus> managedAppStatuses)Returns an immutable copy ofthiswith just themanagedAppStatusesfield changed.
-