Package com.okta.sdk.resource
Interface PolicyRule
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PropertyRetriever
,Resource
- All Known Subinterfaces:
AccessPolicyRule
,AuthorizationServerPolicyRule
,OktaSignOnPolicyRule
,PasswordPolicyRule
,ProfileEnrollmentPolicyRule
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface PolicyRule extends ExtensibleResource
PolicyRule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyRuleActions
getActions()
PolicyRuleConditions
getConditions()
java.util.Date
getCreated()
java.lang.String
getId()
java.util.Date
getLastUpdated()
java.lang.String
getName()
java.lang.Integer
getPriority()
LifecycleStatus
getStatus()
java.lang.Boolean
getSystem()
PolicyRuleType
getType()
PolicyRule
setActions(PolicyRuleActions actions)
PolicyRule
setConditions(PolicyRuleConditions conditions)
PolicyRule
setId(java.lang.String id)
PolicyRule
setName(java.lang.String name)
PolicyRule
setPriority(java.lang.Integer priority)
PolicyRule
setStatus(LifecycleStatus status)
PolicyRule
setSystem(java.lang.Boolean system)
PolicyRule
setType(PolicyRuleType 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
-
getCreated
java.util.Date getCreated()
-
getId
java.lang.String getId()
-
setId
PolicyRule setId(java.lang.String id)
-
getLastUpdated
java.util.Date getLastUpdated()
-
getPriority
java.lang.Integer getPriority()
-
setPriority
PolicyRule setPriority(java.lang.Integer priority)
-
getStatus
LifecycleStatus getStatus()
-
setStatus
PolicyRule setStatus(LifecycleStatus status)
-
getSystem
java.lang.Boolean getSystem()
-
setSystem
PolicyRule setSystem(java.lang.Boolean system)
-
getType
PolicyRuleType getType()
-
setType
PolicyRule setType(PolicyRuleType type)
-
getName
java.lang.String getName()
-
setName
PolicyRule setName(java.lang.String name)
-
getConditions
PolicyRuleConditions getConditions()
-
setConditions
PolicyRule setConditions(PolicyRuleConditions conditions)
-
getActions
PolicyRuleActions getActions()
-
setActions
PolicyRule setActions(PolicyRuleActions actions)
-
-