| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidMobileAppIdentifier
“The identifier for an Android app.”
|
class |
IosMobileAppIdentifier
“The identifier for an iOS app.”
|
| Modifier and Type | Field and Description |
|---|---|
protected MobileAppIdentifier |
ManagedAppPolicyDeploymentSummaryPerApp.mobileAppIdentifier |
| Modifier and Type | Method and Description |
|---|---|
Optional<MobileAppIdentifier> |
ManagedAppPolicyDeploymentSummaryPerApp.getMobileAppIdentifier()
“Deployment of an app.”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedAppPolicyDeploymentSummaryPerApp.Builder |
ManagedAppPolicyDeploymentSummaryPerApp.Builder.mobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
“Deployment of an app.”
|
ManagedAppPolicyDeploymentSummaryPerApp |
ManagedAppPolicyDeploymentSummaryPerApp.withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
Returns an immutable copy of
this with just the mobileAppIdentifier field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected MobileAppIdentifier |
ManagedAppRegistration.appIdentifier |
protected MobileAppIdentifier |
ManagedMobileApp.mobileAppIdentifier |
| Modifier and Type | Method and Description |
|---|---|
Optional<MobileAppIdentifier> |
ManagedAppRegistration.getAppIdentifier()
“The app package Identifier”
|
Optional<MobileAppIdentifier> |
ManagedMobileApp.getMobileAppIdentifier()
“The identifier for an app with it's operating system type.”
|
| Modifier and Type | Method and Description |
|---|---|
IosManagedAppRegistration.Builder |
IosManagedAppRegistration.Builder.appIdentifier(MobileAppIdentifier appIdentifier) |
AndroidManagedAppRegistration.Builder |
AndroidManagedAppRegistration.Builder.appIdentifier(MobileAppIdentifier appIdentifier) |
ManagedMobileApp.Builder |
ManagedMobileApp.Builder.mobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
“The identifier for an app with it's operating system type.”
|
ManagedAppRegistration |
ManagedAppRegistration.withAppIdentifier(MobileAppIdentifier appIdentifier)
Returns an immutable copy of
this with just the appIdentifier
field changed. |
ManagedMobileApp |
ManagedMobileApp.withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)
Returns an immutable copy of
this with just the mobileAppIdentifier field changed. |
Copyright © 2018–2020. All rights reserved.