Package com.okta.sdk.resource.model
Class CreateGroupRuleRequest
java.lang.Object
com.okta.sdk.resource.model.CreateGroupRuleRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class CreateGroupRuleRequest
extends Object
implements Serializable
CreateGroupRuleRequest
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(GroupRuleAction actions) conditions(GroupRuleConditions conditions) booleanGet actionsGet conditionsgetName()Name of the Group rulegetType()Get typeinthashCode()voidsetActions(GroupRuleAction actions) voidsetConditions(GroupRuleConditions conditions) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ACTIONS
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
CreateGroupRuleRequest
public CreateGroupRuleRequest()
-
-
Method Details
-
actions
-
getActions
Get actions- Returns:
- actions
-
setActions
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
name
-
getName
Name of the Group rule- Returns:
- name
-
setName
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-