Uses of Class
org.openapitools.client.model.GroupRule
Packages that use GroupRule
-
Uses of GroupRule in org.openapitools.client.api
Methods in org.openapitools.client.api that return GroupRuleModifier and TypeMethodDescriptionGroupApi.createGroupRule
(GroupRule groupRule) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupApi.createGroupRule
(GroupRule groupRule, Map<String, String> additionalHeaders) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupApi.getGroupRule
(String groupRuleId, String expand) Retrieve a Group Rule Retrieves a specific group rule by `groupRuleId`Retrieve a Group Rule Retrieves a specific group rule by `groupRuleId`GroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.GroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule, Map<String, String> additionalHeaders) Replace a Group Rule Replaces a group rule.Methods in org.openapitools.client.api that return types with arguments of type GroupRuleModifier and TypeMethodDescriptionGroupApi.listGroupRules
(Integer limit, String after, String search, String expand) List all Group Rules Lists all group rulesGroupApi.listGroupRules
(Integer limit, String after, String search, String expand, Map<String, String> additionalHeaders) List all Group Rules Lists all group rulesMethods in org.openapitools.client.api with parameters of type GroupRuleModifier and TypeMethodDescriptionGroupApi.createGroupRule
(GroupRule groupRule) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupApi.createGroupRule
(GroupRule groupRule, Map<String, String> additionalHeaders) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.GroupApi.replaceGroupRule
(String groupRuleId, GroupRule groupRule, Map<String, String> additionalHeaders) Replace a Group Rule Replaces a group rule. -
Uses of GroupRule in org.openapitools.client.model
Methods in org.openapitools.client.model that return GroupRuleModifier and TypeMethodDescriptionGroupRule.actions
(GroupRuleAction actions) GroupRule.conditions
(GroupRuleConditions conditions) GroupRule.status
(GroupRuleStatus status)