@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-10-28T09:54:00.189-05:00[America/Chicago]") public class ProfileEnrollmentPolicyRule extends PolicyRule
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_ACTIONS |
static java.lang.String |
JSON_PROPERTY_CONDITIONS |
JSON_PROPERTY_CREATED, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_NAME, JSON_PROPERTY_PRIORITY, JSON_PROPERTY_STATUS, JSON_PROPERTY_SYSTEM, JSON_PROPERTY_TYPE, type
Constructor and Description |
---|
ProfileEnrollmentPolicyRule() |
Modifier and Type | Method and Description |
---|---|
ProfileEnrollmentPolicyRule |
actions(ProfileEnrollmentPolicyRuleActions actions) |
ProfileEnrollmentPolicyRule |
conditions(PolicyRuleConditions conditions) |
boolean |
equals(java.lang.Object o) |
ProfileEnrollmentPolicyRuleActions |
getActions()
Get actions
|
PolicyRuleConditions |
getConditions()
Get conditions
|
int |
hashCode() |
void |
setActions(ProfileEnrollmentPolicyRuleActions actions) |
void |
setConditions(PolicyRuleConditions conditions) |
java.lang.String |
toString() |
getCreated_JsonNullable, getCreated, getId, getLastUpdated_JsonNullable, getLastUpdated, getName, getPriority, getStatus, getSystem, getType, id, name, priority, setId, setName, setPriority, setStatus, setSystem, setType, status, system, type
public static final java.lang.String JSON_PROPERTY_ACTIONS
public static final java.lang.String JSON_PROPERTY_CONDITIONS
public ProfileEnrollmentPolicyRule actions(ProfileEnrollmentPolicyRuleActions actions)
@Nullable public ProfileEnrollmentPolicyRuleActions getActions()
public void setActions(ProfileEnrollmentPolicyRuleActions actions)
public ProfileEnrollmentPolicyRule conditions(PolicyRuleConditions conditions)
@Nullable public PolicyRuleConditions getConditions()
public void setConditions(PolicyRuleConditions conditions)
public boolean equals(java.lang.Object o)
equals
in class PolicyRule
public int hashCode()
hashCode
in class PolicyRule
public java.lang.String toString()
toString
in class PolicyRule
Copyright © 2017-2022 Okta. All Rights Reserved.