@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class IdentityProviderPolicyRuleCondition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_IDP_IDS |
static java.lang.String |
JSON_PROPERTY_PROVIDER |
| Constructor and Description |
|---|
IdentityProviderPolicyRuleCondition() |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderPolicyRuleCondition |
addIdpIdsItem(java.lang.String idpIdsItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getIdpIds()
Get idpIds
|
IdentityProviderPolicyProvider |
getProvider()
Get provider
|
int |
hashCode() |
IdentityProviderPolicyRuleCondition |
idpIds(java.util.List<java.lang.String> idpIds) |
IdentityProviderPolicyRuleCondition |
provider(IdentityProviderPolicyProvider provider) |
void |
setIdpIds(java.util.List<java.lang.String> idpIds) |
void |
setProvider(IdentityProviderPolicyProvider provider) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_IDP_IDS
public static final java.lang.String JSON_PROPERTY_PROVIDER
public IdentityProviderPolicyRuleCondition idpIds(java.util.List<java.lang.String> idpIds)
public IdentityProviderPolicyRuleCondition addIdpIdsItem(java.lang.String idpIdsItem)
@Nullable public java.util.List<java.lang.String> getIdpIds()
public void setIdpIds(java.util.List<java.lang.String> idpIds)
public IdentityProviderPolicyRuleCondition provider(IdentityProviderPolicyProvider provider)
@Nullable public IdentityProviderPolicyProvider getProvider()
public void setProvider(IdentityProviderPolicyProvider provider)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.