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.getGroupRule
(String ruleId, String expand) Retrieve a Group Rule Retrieves a specific group rule by `ruleId`GroupApi.replaceGroupRule
(String ruleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.Methods in org.openapitools.client.api that return types with arguments of type GroupRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GroupRule>
GroupApi.createGroupRuleWithHttpInfo
(GroupRule groupRule) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionorg.springframework.http.ResponseEntity<GroupRule>
GroupApi.getGroupRuleWithHttpInfo
(String ruleId, String expand) Retrieve a Group Rule Retrieves a specific group rule by `ruleId`GroupApi.listGroupRules
(Integer limit, String after, String search, String expand) List all Group Rules Lists all group rulesGroupApi.listGroupRulesWithHttpInfo
(Integer limit, String after, String search, String expand) List all Group Rules Lists all group rulesorg.springframework.http.ResponseEntity<GroupRule>
GroupApi.replaceGroupRuleWithHttpInfo
(String ruleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.Methods in org.openapitools.client.api with parameters of type GroupRuleModifier and TypeMethodDescription<T> T
GroupApi.createGroupRule
(Class<?> T, 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) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionorg.springframework.http.ResponseEntity<GroupRule>
GroupApi.createGroupRuleWithHttpInfo
(GroupRule groupRule) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the conditionGroupApi.createGroupRuleWithPaginationInfo
(GroupRule groupRule) Create a Group Rule Creates a group rule to dynamically add users to the specified group if they match the condition<T> T
GroupApi.replaceGroupRule
(Class<?> T, String ruleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.GroupApi.replaceGroupRule
(String ruleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.org.springframework.http.ResponseEntity<GroupRule>
GroupApi.replaceGroupRuleWithHttpInfo
(String ruleId, GroupRule groupRule) Replace a Group Rule Replaces a group rule.GroupApi.replaceGroupRuleWithPaginationInfo
(String ruleId, GroupRule groupRule) 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)