Package com.okta.sdk.resource
Interface Policy
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PropertyRetriever
,Resource
- All Known Subinterfaces:
AccessPolicy
,AuthorizationServerPolicy
,IdentityProviderPolicy
,OktaSignOnPolicy
,PasswordPolicy
,ProfileEnrollmentPolicy
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface Policy extends ExtensibleResource
Policy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyRuleConditions
getConditions()
java.util.Date
getCreated()
java.lang.String
getDescription()
java.util.Map<java.lang.String,java.lang.Object>
getEmbedded()
java.lang.String
getId()
java.util.Date
getLastUpdated()
java.util.Map<java.lang.String,java.lang.Object>
getLinks()
java.lang.String
getName()
java.lang.Integer
getPriority()
LifecycleStatus
getStatus()
java.lang.Boolean
getSystem()
PolicyType
getType()
Policy
setConditions(PolicyRuleConditions conditions)
Policy
setDescription(java.lang.String description)
Policy
setName(java.lang.String name)
Policy
setPriority(java.lang.Integer priority)
Policy
setStatus(LifecycleStatus status)
Policy
setSystem(java.lang.Boolean system)
Policy
setType(PolicyType 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
-
getEmbedded
java.util.Map<java.lang.String,java.lang.Object> getEmbedded()
-
getLinks
java.util.Map<java.lang.String,java.lang.Object> getLinks()
-
getConditions
PolicyRuleConditions getConditions()
-
setConditions
Policy setConditions(PolicyRuleConditions conditions)
-
getCreated
java.util.Date getCreated()
-
getDescription
java.lang.String getDescription()
-
setDescription
Policy setDescription(java.lang.String description)
-
getId
java.lang.String getId()
-
getLastUpdated
java.util.Date getLastUpdated()
-
getName
java.lang.String getName()
-
setName
Policy setName(java.lang.String name)
-
getPriority
java.lang.Integer getPriority()
-
setPriority
Policy setPriority(java.lang.Integer priority)
-
getStatus
LifecycleStatus getStatus()
-
setStatus
Policy setStatus(LifecycleStatus status)
-
getSystem
java.lang.Boolean getSystem()
-
setSystem
Policy setSystem(java.lang.Boolean system)
-
getType
PolicyType getType()
-
setType
Policy setType(PolicyType type)
-
-