| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedAppStatusRaw
“Represents an un-typed status report about organizations app protection and
configuration.”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedAppStatus |
ManagedAppStatus.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedAppStatus |
ManagedAppStatus.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedAppStatus |
ManagedAppStatus.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
ManagedAppStatus |
ManagedAppStatus.withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.