Uses of Class
odata.msgraph.client.enums.UnifiedRoleManagementPolicyRuleTargetOperations
-
Packages that use UnifiedRoleManagementPolicyRuleTargetOperations Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of UnifiedRoleManagementPolicyRuleTargetOperations in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type UnifiedRoleManagementPolicyRuleTargetOperations Modifier and Type Field Description protected List<UnifiedRoleManagementPolicyRuleTargetOperations>UnifiedRoleManagementPolicyRuleTarget. operationsMethods in odata.msgraph.client.complex that return types with arguments of type UnifiedRoleManagementPolicyRuleTargetOperations Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UnifiedRoleManagementPolicyRuleTargetOperations>UnifiedRoleManagementPolicyRuleTarget. getOperations()com.github.davidmoten.odata.client.CollectionPage<UnifiedRoleManagementPolicyRuleTargetOperations>UnifiedRoleManagementPolicyRuleTarget. getOperations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type UnifiedRoleManagementPolicyRuleTargetOperations Modifier and Type Method Description UnifiedRoleManagementPolicyRuleTarget.BuilderUnifiedRoleManagementPolicyRuleTarget.Builder. operations(UnifiedRoleManagementPolicyRuleTargetOperations... operations)Method parameters in odata.msgraph.client.complex with type arguments of type UnifiedRoleManagementPolicyRuleTargetOperations Modifier and Type Method Description UnifiedRoleManagementPolicyRuleTarget.BuilderUnifiedRoleManagementPolicyRuleTarget.Builder. operations(List<UnifiedRoleManagementPolicyRuleTargetOperations> operations) -
Uses of UnifiedRoleManagementPolicyRuleTargetOperations in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return UnifiedRoleManagementPolicyRuleTargetOperations Modifier and Type Method Description static UnifiedRoleManagementPolicyRuleTargetOperationsUnifiedRoleManagementPolicyRuleTargetOperations. valueOf(String name)Returns the enum constant of this type with the specified name.static UnifiedRoleManagementPolicyRuleTargetOperations[]UnifiedRoleManagementPolicyRuleTargetOperations. values()Returns an array containing the constants of this enum type, in the order they are declared.
-