Package com.okta.sdk.resource.model
Class AuthorizationServerPolicyRuleConditions
java.lang.Object
com.okta.sdk.resource.model.AuthorizationServerPolicyRuleConditions
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class AuthorizationServerPolicyRuleConditions
extends Object
implements Serializable
AuthorizationServerPolicyRuleConditions
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet grantTypesGet peopleGet scopesgrantTypes(GrantTypePolicyRuleCondition grantTypes) inthashCode()voidsetGrantTypes(GrantTypePolicyRuleCondition grantTypes) voidvoidtoString() 
- 
Field Details
- 
JSON_PROPERTY_GRANT_TYPES
- See Also:
 
 - 
JSON_PROPERTY_PEOPLE
- See Also:
 
 - 
JSON_PROPERTY_SCOPES
- See Also:
 
 
 - 
 - 
Constructor Details
- 
AuthorizationServerPolicyRuleConditions
public AuthorizationServerPolicyRuleConditions() 
 - 
 - 
Method Details
- 
grantTypes
 - 
getGrantTypes
Get grantTypes- Returns:
 - grantTypes
 
 - 
setGrantTypes
 - 
people
public AuthorizationServerPolicyRuleConditions people(AuthorizationServerPolicyPeopleCondition people)  - 
getPeople
Get people- Returns:
 - people
 
 - 
setPeople
 - 
scopes
public AuthorizationServerPolicyRuleConditions scopes(OAuth2ScopesMediationPolicyRuleCondition scopes)  - 
getScopes
Get scopes- Returns:
 - scopes
 
 - 
setScopes
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -