Uses of Class
com.microsoft.graph.models.AppManagementPolicy
Packages that use AppManagementPolicy
-
Uses of AppManagementPolicy in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppManagementPolicyModifier and TypeMethodDescriptionstatic AppManagementPolicyAppManagementPolicy.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AppManagementPolicyModifier and TypeMethodDescriptionApplication.getAppManagementPolicies()Gets the appManagementPolicies property value.PolicyRoot.getAppManagementPolicies()Gets the appManagementPolicies property value.ServicePrincipal.getAppManagementPolicies()Gets the appManagementPolicies property value.AppManagementPolicyCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AppManagementPolicyModifier and TypeMethodDescriptionvoidApplication.setAppManagementPolicies(List<AppManagementPolicy> value) Sets the appManagementPolicies property value.voidPolicyRoot.setAppManagementPolicies(List<AppManagementPolicy> value) Sets the appManagementPolicies property value.voidServicePrincipal.setAppManagementPolicies(List<AppManagementPolicy> value) Sets the appManagementPolicies property value.voidAppManagementPolicyCollectionResponse.setValue(List<AppManagementPolicy> value) Sets the value property value.