Package com.okta.sdk.resource
Interface GroupRule
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PropertyRetriever
,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface GroupRule extends ExtensibleResource
GroupRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupRuleAction
getActions()
GroupRuleConditions
getConditions()
java.util.Date
getCreated()
java.lang.String
getId()
java.util.Date
getLastUpdated()
java.lang.String
getName()
GroupRuleStatus
getStatus()
java.lang.String
getType()
GroupRule
setActions(GroupRuleAction actions)
GroupRule
setConditions(GroupRuleConditions conditions)
GroupRule
setName(java.lang.String name)
GroupRule
setStatus(GroupRuleStatus status)
GroupRule
setType(java.lang.String type)
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getActions
GroupRuleAction getActions()
-
setActions
GroupRule setActions(GroupRuleAction actions)
-
getConditions
GroupRuleConditions getConditions()
-
setConditions
GroupRule setConditions(GroupRuleConditions conditions)
-
getCreated
java.util.Date getCreated()
-
getId
java.lang.String getId()
-
getLastUpdated
java.util.Date getLastUpdated()
-
getName
java.lang.String getName()
-
setName
GroupRule setName(java.lang.String name)
-
getStatus
GroupRuleStatus getStatus()
-
setStatus
GroupRule setStatus(GroupRuleStatus status)
-
getType
java.lang.String getType()
-
setType
GroupRule setType(java.lang.String type)
-
-