@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class AuthorizationServerPolicyRuleConditionsAllOf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_CLIENTS |
static java.lang.String |
JSON_PROPERTY_GRANT_TYPES |
static java.lang.String |
JSON_PROPERTY_PEOPLE |
static java.lang.String |
JSON_PROPERTY_SCOPES |
Constructor and Description |
---|
AuthorizationServerPolicyRuleConditionsAllOf() |
Modifier and Type | Method and Description |
---|---|
AuthorizationServerPolicyRuleConditionsAllOf |
clients(ClientPolicyCondition clients) |
boolean |
equals(java.lang.Object o) |
ClientPolicyCondition |
getClients()
Get clients
|
GrantTypePolicyRuleCondition |
getGrantTypes()
Get grantTypes
|
PolicyPeopleCondition |
getPeople()
Get people
|
OAuth2ScopesMediationPolicyRuleCondition |
getScopes()
Get scopes
|
AuthorizationServerPolicyRuleConditionsAllOf |
grantTypes(GrantTypePolicyRuleCondition grantTypes) |
int |
hashCode() |
AuthorizationServerPolicyRuleConditionsAllOf |
people(PolicyPeopleCondition people) |
AuthorizationServerPolicyRuleConditionsAllOf |
scopes(OAuth2ScopesMediationPolicyRuleCondition scopes) |
void |
setClients(ClientPolicyCondition clients) |
void |
setGrantTypes(GrantTypePolicyRuleCondition grantTypes) |
void |
setPeople(PolicyPeopleCondition people) |
void |
setScopes(OAuth2ScopesMediationPolicyRuleCondition scopes) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_CLIENTS
public static final java.lang.String JSON_PROPERTY_GRANT_TYPES
public static final java.lang.String JSON_PROPERTY_PEOPLE
public static final java.lang.String JSON_PROPERTY_SCOPES
public AuthorizationServerPolicyRuleConditionsAllOf()
public AuthorizationServerPolicyRuleConditionsAllOf clients(ClientPolicyCondition clients)
@Nullable public ClientPolicyCondition getClients()
public void setClients(ClientPolicyCondition clients)
public AuthorizationServerPolicyRuleConditionsAllOf grantTypes(GrantTypePolicyRuleCondition grantTypes)
@Nullable public GrantTypePolicyRuleCondition getGrantTypes()
public void setGrantTypes(GrantTypePolicyRuleCondition grantTypes)
public AuthorizationServerPolicyRuleConditionsAllOf people(PolicyPeopleCondition people)
@Nullable public PolicyPeopleCondition getPeople()
public void setPeople(PolicyPeopleCondition people)
public AuthorizationServerPolicyRuleConditionsAllOf scopes(OAuth2ScopesMediationPolicyRuleCondition scopes)
@Nullable public OAuth2ScopesMediationPolicyRuleCondition getScopes()
public void setScopes(OAuth2ScopesMediationPolicyRuleCondition scopes)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.