| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidManagedAppProtection
“Policy used to configure detailed management settings targeted to specific
security groups and for a specified set of apps on an Android device”
|
class |
DefaultManagedAppProtection
“Policy used to configure detailed management settings for a specified set of
apps for all users not targeted by a TargetedManagedAppProtection Policy”
|
class |
IosManagedAppProtection
“Policy used to configure detailed management settings targeted to specific
security groups and for a specified set of apps on an iOS device”
|
class |
ManagedAppConfiguration
“Configuration used to deliver a set of custom settings as-is to apps for users
to whom the configuration is scoped”
|
class |
ManagedAppProtection
“Policy used to configure detailed management settings for a specified set of
apps”
|
class |
MdmWindowsInformationProtectionPolicy
“Policy for Windows information protection with MDM”
|
class |
TargetedManagedAppConfiguration
“Configuration used to deliver a set of custom settings as-is to all users in the
targeted security group”
|
class |
TargetedManagedAppProtection
“Policy used to configure detailed management settings targeted to specific
security groups”
|
class |
WindowsInformationProtection
“Policy for Windows information protection to configure detailed management
settings”
|
class |
WindowsInformationProtectionPolicy
“Policy for Windows information protection without MDM”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedAppPolicy |
ManagedAppPolicy.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedAppPolicy |
ManagedAppPolicy.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedAppPolicy |
ManagedAppPolicy.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
ManagedAppPolicy |
ManagedAppPolicy.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
ManagedAppPolicy |
ManagedAppPolicy.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
ManagedAppPolicy |
ManagedAppPolicy.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
ManagedAppPolicy |
ManagedAppPolicy.withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedAppPolicy> |
User.getManagedAppPolicies() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedAppPolicy> |
UserRequest.getManagedAppPolicies() |
Copyright © 2018–2020. All rights reserved.