Package org.openapitools.client.model
Class AuthorizationServerPolicyRuleConditionsAllOf
java.lang.Object
org.openapitools.client.model.AuthorizationServerPolicyRuleConditionsAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class AuthorizationServerPolicyRuleConditionsAllOf
extends Object
AuthorizationServerPolicyRuleConditionsAllOf
- 
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
 
 -