Package com.okta.sdk.resource.model
Class GroupRule
java.lang.Object
com.okta.sdk.resource.model.GroupRule
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
           comments="Generator version: 7.8.0")
public class GroupRule
extends Object
implements Serializable
GroupRule
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionactions(GroupRuleAction actions) conditions(GroupRuleConditions conditions) booleanGet actionsGet conditionsCreation date for group rulegetId()ID of the group ruleDate group rule was last updatedgetName()Name of the Group ruleGet statusgetType()Type to indicate a Group rule operation.inthashCode()voidsetActions(GroupRuleAction actions) voidsetConditions(GroupRuleConditions conditions) voidvoidsetStatus(GroupRuleStatus status) voidstatus(GroupRuleStatus status) toString()
- 
Field Details- 
JSON_PROPERTY_ACTIONS- See Also:
 
- 
JSON_PROPERTY_CONDITIONS- See Also:
 
- 
JSON_PROPERTY_CREATED- See Also:
 
- 
JSON_PROPERTY_ID- See Also:
 
- 
JSON_PROPERTY_LAST_UPDATED- See Also:
 
- 
JSON_PROPERTY_NAME- See Also:
 
- 
JSON_PROPERTY_STATUS- See Also:
 
- 
JSON_PROPERTY_TYPE- See Also:
 
 
- 
- 
Constructor Details- 
GroupRulepublic GroupRule()
 
- 
- 
Method Details- 
actions
- 
getActionsGet actions- Returns:
- actions
 
- 
setActions
- 
conditions
- 
getConditionsGet conditions- Returns:
- conditions
 
- 
setConditions
- 
getCreatedCreation date for group rule- Returns:
- created
 
- 
getIdID of the group rule- Returns:
- id
 
- 
getLastUpdatedDate group rule was last updated- Returns:
- lastUpdated
 
- 
name
- 
getNameName of the Group rule- Returns:
- name
 
- 
setName
- 
status
- 
getStatusGet status- Returns:
- status
 
- 
setStatus
- 
type
- 
getTypeType to indicate a Group rule operation. Only `group_rule` is allowed.- Returns:
- type
 
- 
setType
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-