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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AuthorizationServerPolicyRuleConditions
extends Object
implements Serializable
AuthorizationServerPolicyRuleConditions
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get grantTypesGet peopleGet scopesgrantTypes
(GrantTypePolicyRuleCondition grantTypes) int
hashCode()
void
setGrantTypes
(GrantTypePolicyRuleCondition grantTypes) void
void
toString()
-
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
-