Package com.okta.sdk.resource.model
Class AuthorizationServerPolicyRuleConditionsAllOf
java.lang.Object
com.okta.sdk.resource.model.AuthorizationServerPolicyRuleConditionsAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class AuthorizationServerPolicyRuleConditionsAllOf
extends Object
implements Serializable
AuthorizationServerPolicyRuleConditionsAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclients
(ClientPolicyCondition clients) boolean
Get clientsGet grantTypesGet peopleGet scopesgrantTypes
(GrantTypePolicyRuleCondition grantTypes) int
hashCode()
people
(PolicyPeopleCondition people) void
setClients
(ClientPolicyCondition clients) void
setGrantTypes
(GrantTypePolicyRuleCondition grantTypes) void
setPeople
(PolicyPeopleCondition people) void
toString()
-
Field Details
-
JSON_PROPERTY_CLIENTS
- See Also:
-
JSON_PROPERTY_GRANT_TYPES
- See Also:
-
JSON_PROPERTY_PEOPLE
- See Also:
-
JSON_PROPERTY_SCOPES
- See Also:
-
-
Constructor Details
-
AuthorizationServerPolicyRuleConditionsAllOf
public AuthorizationServerPolicyRuleConditionsAllOf()
-
-
Method Details
-
clients
-
getClients
Get clients- Returns:
- clients
-
setClients
-
grantTypes
public AuthorizationServerPolicyRuleConditionsAllOf grantTypes(GrantTypePolicyRuleCondition grantTypes) -
getGrantTypes
Get grantTypes- Returns:
- grantTypes
-
setGrantTypes
-
people
-
getPeople
Get people- Returns:
- people
-
setPeople
-
scopes
public AuthorizationServerPolicyRuleConditionsAllOf scopes(OAuth2ScopesMediationPolicyRuleCondition scopes) -
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
equals
-
hashCode
public int hashCode() -
toString
-