Package com.okta.sdk.resource
Interface OAuth2Claim
-
- 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 OAuth2Claim extends ExtensibleResource
OAuth2Claim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
getAlwaysIncludeInToken()
OAuth2ClaimType
getClaimType()
OAuth2ClaimConditions
getConditions()
OAuth2ClaimGroupFilterType
getGroupFilterType()
java.lang.String
getId()
java.util.Map<java.lang.String,java.lang.Object>
getLinks()
java.lang.String
getName()
LifecycleStatus
getStatus()
java.lang.Boolean
getSystem()
java.lang.String
getValue()
OAuth2ClaimValueType
getValueType()
OAuth2Claim
setAlwaysIncludeInToken(java.lang.Boolean alwaysIncludeInToken)
OAuth2Claim
setClaimType(OAuth2ClaimType claimType)
OAuth2Claim
setConditions(OAuth2ClaimConditions conditions)
OAuth2Claim
setGroupFilterType(OAuth2ClaimGroupFilterType groupFilterType)
OAuth2Claim
setName(java.lang.String name)
OAuth2Claim
setStatus(LifecycleStatus status)
OAuth2Claim
setSystem(java.lang.Boolean system)
OAuth2Claim
setValue(java.lang.String value)
OAuth2Claim
setValueType(OAuth2ClaimValueType valueType)
-
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
-
getLinks
java.util.Map<java.lang.String,java.lang.Object> getLinks()
-
getAlwaysIncludeInToken
java.lang.Boolean getAlwaysIncludeInToken()
-
setAlwaysIncludeInToken
OAuth2Claim setAlwaysIncludeInToken(java.lang.Boolean alwaysIncludeInToken)
-
getClaimType
OAuth2ClaimType getClaimType()
-
setClaimType
OAuth2Claim setClaimType(OAuth2ClaimType claimType)
-
getConditions
OAuth2ClaimConditions getConditions()
-
setConditions
OAuth2Claim setConditions(OAuth2ClaimConditions conditions)
-
getGroupFilterType
OAuth2ClaimGroupFilterType getGroupFilterType()
-
setGroupFilterType
OAuth2Claim setGroupFilterType(OAuth2ClaimGroupFilterType groupFilterType)
-
getId
java.lang.String getId()
-
getName
java.lang.String getName()
-
setName
OAuth2Claim setName(java.lang.String name)
-
getStatus
LifecycleStatus getStatus()
-
setStatus
OAuth2Claim setStatus(LifecycleStatus status)
-
getSystem
java.lang.Boolean getSystem()
-
setSystem
OAuth2Claim setSystem(java.lang.Boolean system)
-
getValue
java.lang.String getValue()
-
setValue
OAuth2Claim setValue(java.lang.String value)
-
getValueType
OAuth2ClaimValueType getValueType()
-
setValueType
OAuth2Claim setValueType(OAuth2ClaimValueType valueType)
-
-