Uses of Class
odata.msgraph.client.beta.entity.ManagedAppPolicy
-
Packages that use ManagedAppPolicy Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ManagedAppPolicy in odata.msgraph.client.beta.entity
Subclasses of ManagedAppPolicy in odata.msgraph.client.beta.entity Modifier and Type Class Description classAndroidManagedAppProtection“Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an Android device”classDefaultManagedAppProtection“Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy”classIosManagedAppProtection“Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an iOS device”classManagedAppConfiguration“Configuration used to deliver a set of custom settings as-is to apps for users to whom the configuration is scoped”classManagedAppProtection“Policy used to configure detailed management settings for a specified set of apps”classMdmWindowsInformationProtectionPolicy“Policy for Windows information protection with MDM”classTargetedManagedAppConfiguration“Configuration used to deliver a set of custom settings as-is to all users in the targeted security group”classTargetedManagedAppProtection“Policy used to configure detailed management settings targeted to specific security groups”classWindowsInformationProtection“Policy for Windows information protection to configure detailed management settings”classWindowsInformationProtectionPolicy“Policy for Windows information protection without MDM”Methods in odata.msgraph.client.beta.entity that return ManagedAppPolicy Modifier and Type Method Description ManagedAppPolicyManagedAppPolicy. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagedAppPolicyManagedAppPolicy. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagedAppPolicyManagedAppPolicy. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.ManagedAppPolicyManagedAppPolicy. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.ManagedAppPolicyManagedAppPolicy. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.ManagedAppPolicyManagedAppPolicy. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.ManagedAppPolicyManagedAppPolicy. withRoleScopeTagIds(List<String> roleScopeTagIds)Returns an immutable copy ofthiswith just theroleScopeTagIdsfield changed.ManagedAppPolicyManagedAppPolicy. withUnmappedField(String name, String value)ManagedAppPolicyManagedAppPolicy. withVersion(String version)Returns an immutable copy ofthiswith just theversionfield changed.Methods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedAppPolicy Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedAppPolicy>User. getManagedAppPolicies() -
Uses of ManagedAppPolicy in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ManagedAppPolicy Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagedAppPolicy>UserRequest. getManagedAppPolicies()
-