@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class PasswordPolicyRuleAllOf extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTIONS |
static String |
JSON_PROPERTY_CONDITIONS |
Constructor and Description |
---|
PasswordPolicyRuleAllOf() |
Modifier and Type | Method and Description |
---|---|
PasswordPolicyRuleAllOf |
actions(PasswordPolicyRuleActions actions) |
PasswordPolicyRuleAllOf |
conditions(PasswordPolicyRuleConditions conditions) |
boolean |
equals(Object o) |
PasswordPolicyRuleActions |
getActions()
Get actions
|
PasswordPolicyRuleConditions |
getConditions()
Get conditions
|
int |
hashCode() |
void |
setActions(PasswordPolicyRuleActions actions) |
void |
setConditions(PasswordPolicyRuleConditions conditions) |
String |
toString() |
public static final String JSON_PROPERTY_ACTIONS
public static final String JSON_PROPERTY_CONDITIONS
public PasswordPolicyRuleAllOf actions(PasswordPolicyRuleActions actions)
@Nullable public PasswordPolicyRuleActions getActions()
public void setActions(PasswordPolicyRuleActions actions)
public PasswordPolicyRuleAllOf conditions(PasswordPolicyRuleConditions conditions)
@Nullable public PasswordPolicyRuleConditions getConditions()
public void setConditions(PasswordPolicyRuleConditions conditions)
Copyright © 2017–2023 Okta. All rights reserved.