| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected InstallIntent |
ManagedEBookAssignment.installIntent |
protected InstallIntent |
MobileAppPolicySetItem.intent |
protected InstallIntent |
MobileAppAssignment.intent |
| Modifier and Type | Method and Description |
|---|---|
Optional<InstallIntent> |
ManagedEBookAssignment.getInstallIntent()
“The install intent for eBook.”
|
Optional<InstallIntent> |
MobileAppPolicySetItem.getIntent()
“Install intent of the MobileAppPolicySetItem.”
|
Optional<InstallIntent> |
MobileAppAssignment.getIntent()
“The install intent defined by the admin.”
|
| Modifier and Type | Method and Description |
|---|---|
IosVppEBookAssignment.Builder |
IosVppEBookAssignment.Builder.installIntent(InstallIntent installIntent) |
ManagedEBookAssignment.Builder |
ManagedEBookAssignment.Builder.installIntent(InstallIntent installIntent)
“The install intent for eBook.”
|
MobileAppPolicySetItem.Builder |
MobileAppPolicySetItem.Builder.intent(InstallIntent intent)
“Install intent of the MobileAppPolicySetItem.”
|
MobileAppAssignment.Builder |
MobileAppAssignment.Builder.intent(InstallIntent intent)
“The install intent defined by the admin.”
|
ManagedEBookAssignment |
ManagedEBookAssignment.withInstallIntent(InstallIntent installIntent)
Returns an immutable copy of
this with just the installIntent
field changed. |
MobileAppPolicySetItem |
MobileAppPolicySetItem.withIntent(InstallIntent intent)
Returns an immutable copy of
this with just the intent field
changed. |
MobileAppAssignment |
MobileAppAssignment.withIntent(InstallIntent intent)
Returns an immutable copy of
this with just the intent field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static InstallIntent |
InstallIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallIntent[] |
InstallIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.