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-14T12:54:39.514-06:00") public interface OAuth2Claim extends ExtensibleResourceOAuth2Claim
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOAuth2Claim.ClaimTypeEnumEnum claimTypestatic classOAuth2Claim.GroupFilterTypeEnumEnum groupFilterTypestatic classOAuth2Claim.StatusEnumEnum statusstatic classOAuth2Claim.ValueTypeEnumEnum valueType
-
Method Summary
-
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
OAuth2Claim.ClaimTypeEnum getClaimType()
-
setClaimType
OAuth2Claim setClaimType(OAuth2Claim.ClaimTypeEnum claimType)
-
getConditions
OAuth2ClaimConditions getConditions()
-
setConditions
OAuth2Claim setConditions(OAuth2ClaimConditions conditions)
-
getGroupFilterType
OAuth2Claim.GroupFilterTypeEnum getGroupFilterType()
-
setGroupFilterType
OAuth2Claim setGroupFilterType(OAuth2Claim.GroupFilterTypeEnum groupFilterType)
-
getId
java.lang.String getId()
-
getName
java.lang.String getName()
-
setName
OAuth2Claim setName(java.lang.String name)
-
getStatus
OAuth2Claim.StatusEnum getStatus()
-
setStatus
OAuth2Claim setStatus(OAuth2Claim.StatusEnum 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
OAuth2Claim.ValueTypeEnum getValueType()
-
setValueType
OAuth2Claim setValueType(OAuth2Claim.ValueTypeEnum valueType)
-
-