| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedAndroidLobApp
“Contains properties and inherited properties for Managed Android Line Of
Business apps.”
|
class |
ManagedAndroidStoreApp
“Contains properties and inherited properties for Android store apps that you can
manage with an Intune app protection policy.”
|
class |
ManagedIOSLobApp
“Contains properties and inherited properties for Managed iOS Line Of Business
apps.”
|
class |
ManagedIOSStoreApp
“Contains properties and inherited properties for an iOS store app that you can
manage with an Intune app protection policy.”
|
class |
ManagedMobileLobApp
“An abstract base class containing properties for all managed mobile line of
business apps.”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedApp |
ManagedApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedApp |
ManagedApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedApp |
ManagedApp.withAppAvailability(ManagedAppAvailability appAvailability)
Returns an immutable copy of
this with just the appAvailability
field changed. |
ManagedApp |
ManagedApp.withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.