Package org.openapitools.client.model
Class GroupRuleConditions
java.lang.Object
org.openapitools.client.model.GroupRuleConditions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class GroupRuleConditions
extends Object
GroupRuleConditions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpression(GroupRuleExpression expression) Get expressionGet peopleinthashCode()people(GroupRulePeopleCondition people) voidsetExpression(GroupRuleExpression expression) voidsetPeople(GroupRulePeopleCondition people) toString()
-
Field Details
-
JSON_PROPERTY_EXPRESSION
- See Also:
-
JSON_PROPERTY_PEOPLE
- See Also:
-
-
Constructor Details
-
GroupRuleConditions
public GroupRuleConditions()
-
-
Method Details