Package com.okta.sdk.resource.model
Class OAuth2Claim
java.lang.Object
com.okta.sdk.resource.model.OAuth2Claim
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class OAuth2Claim
extends Object
implements Serializable
OAuth2Claim
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalwaysIncludeInToken(Boolean alwaysIncludeInToken) claimType(OAuth2ClaimType claimType) conditions(OAuth2ClaimConditions conditions) booleanGet alwaysIncludeInTokenGet claimTypeGet conditionsGet groupFilterTypegetId()Get idgetLinks()Get linksgetName()Get nameGet statusGet systemgetValue()Get valueGet valueTypegroupFilterType(OAuth2ClaimGroupFilterType groupFilterType) inthashCode()voidsetAlwaysIncludeInToken(Boolean alwaysIncludeInToken) voidsetClaimType(OAuth2ClaimType claimType) voidsetConditions(OAuth2ClaimConditions conditions) voidsetGroupFilterType(OAuth2ClaimGroupFilterType groupFilterType) voidvoidvoidsetStatus(LifecycleStatus status) voidvoidvoidsetValueType(OAuth2ClaimValueType valueType) status(LifecycleStatus status) toString()valueType(OAuth2ClaimValueType valueType)
-
Field Details
-
JSON_PROPERTY_ALWAYS_INCLUDE_IN_TOKEN
- See Also:
-
JSON_PROPERTY_CLAIM_TYPE
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_GROUP_FILTER_TYPE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SYSTEM
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_VALUE_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
OAuth2Claim
public OAuth2Claim()
-
-
Method Details
-
alwaysIncludeInToken
-
getAlwaysIncludeInToken
Get alwaysIncludeInToken- Returns:
- alwaysIncludeInToken
-
setAlwaysIncludeInToken
-
claimType
-
getClaimType
Get claimType- Returns:
- claimType
-
setClaimType
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
groupFilterType
-
getGroupFilterType
Get groupFilterType- Returns:
- groupFilterType
-
setGroupFilterType
-
getId
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
system
-
getSystem
Get system- Returns:
- system
-
setSystem
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
valueType
-
getValueType
Get valueType- Returns:
- valueType
-
setValueType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-