Uses of Class
odata.msgraph.client.beta.entity.ManagedAppStatus
-
Packages that use ManagedAppStatus Package Description odata.msgraph.client.beta.entity -
-
Uses of ManagedAppStatus in odata.msgraph.client.beta.entity
Subclasses of ManagedAppStatus in odata.msgraph.client.beta.entity Modifier and Type Class Description classManagedAppStatusRaw“Represents an un-typed status report about organizations app protection and configuration.”Methods in odata.msgraph.client.beta.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, String value)ManagedAppStatusManagedAppStatus. withVersion(String version)Returns an immutable copy ofthiswith just theversionfield changed.
-