Package org.openapitools.client.model
Class GroupRulePeopleCondition
java.lang.Object
org.openapitools.client.model.GroupRulePeopleCondition
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class GroupRulePeopleCondition
extends Object
GroupRulePeopleCondition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get groupsgetUsers()
Get usersgroups
(GroupRuleGroupCondition groups) int
hashCode()
void
setGroups
(GroupRuleGroupCondition groups) void
setUsers
(GroupRuleUserCondition users) toString()
users
(GroupRuleUserCondition users)
-
Field Details
-
JSON_PROPERTY_GROUPS
- See Also:
-
JSON_PROPERTY_USERS
- See Also:
-
-
Constructor Details
-
GroupRulePeopleCondition
public GroupRulePeopleCondition()
-
-
Method Details