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:33.152574-06:00[America/Chicago]")
public class AuthorizationServerPolicyRuleConditionsAllOf
extends Object
implements Serializable
AuthorizationServerPolicyRuleConditionsAllOf
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclients(ClientPolicyCondition clients) booleanGet clientsGet grantTypesGet peopleGet scopesgrantTypes(GrantTypePolicyRuleCondition grantTypes) inthashCode()people(PolicyPeopleCondition people) voidsetClients(ClientPolicyCondition clients) voidsetGrantTypes(GrantTypePolicyRuleCondition grantTypes) voidsetPeople(PolicyPeopleCondition people) voidtoString()
-
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
-