@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class IdentityProviderPolicyRuleCondition extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_IDP_IDS |
static String |
JSON_PROPERTY_PROVIDER |
Constructor and Description |
---|
IdentityProviderPolicyRuleCondition() |
Modifier and Type | Method and Description |
---|---|
IdentityProviderPolicyRuleCondition |
addIdpIdsItem(String idpIdsItem) |
boolean |
equals(Object o) |
List<String> |
getIdpIds()
Get idpIds
|
IdentityProviderPolicyProvider |
getProvider()
Get provider
|
int |
hashCode() |
IdentityProviderPolicyRuleCondition |
idpIds(List<String> idpIds) |
IdentityProviderPolicyRuleCondition |
provider(IdentityProviderPolicyProvider provider) |
void |
setIdpIds(List<String> idpIds) |
void |
setProvider(IdentityProviderPolicyProvider provider) |
String |
toString() |
public static final String JSON_PROPERTY_IDP_IDS
public static final String JSON_PROPERTY_PROVIDER
public IdentityProviderPolicyRuleCondition idpIds(List<String> idpIds)
public IdentityProviderPolicyRuleCondition addIdpIdsItem(String idpIdsItem)
public IdentityProviderPolicyRuleCondition provider(IdentityProviderPolicyProvider provider)
@Nullable public IdentityProviderPolicyProvider getProvider()
public void setProvider(IdentityProviderPolicyProvider provider)
Copyright © 2017–2023 Okta. All rights reserved.