Package com.okta.sdk.resource.model
Class PasswordPolicyRuleConditionsAllOf
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyRuleConditionsAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class PasswordPolicyRuleConditionsAllOf
extends Object
implements Serializable
PasswordPolicyRuleConditionsAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get networkGet peopleint
hashCode()
network
(PolicyNetworkCondition network) people
(PolicyPeopleCondition people) void
setNetwork
(PolicyNetworkCondition network) void
setPeople
(PolicyPeopleCondition people) toString()
-
Field Details
-
JSON_PROPERTY_NETWORK
- See Also:
-
JSON_PROPERTY_PEOPLE
- See Also:
-
-
Constructor Details
-
PasswordPolicyRuleConditionsAllOf
public PasswordPolicyRuleConditionsAllOf()
-
-
Method Details