@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ProfileEnrollmentPolicyRule extends PolicyRule implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTIONS |
static 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(Object o) |
ProfileEnrollmentPolicyRuleActions |
getActions()
Get actions
|
PolicyRuleConditions |
getConditions()
Get conditions
|
int |
hashCode() |
void |
setActions(ProfileEnrollmentPolicyRuleActions actions) |
void |
setConditions(PolicyRuleConditions conditions) |
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 String JSON_PROPERTY_ACTIONS
public static final 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(Object o)
equals
in class PolicyRule
public int hashCode()
hashCode
in class PolicyRule
public String toString()
toString
in class PolicyRule
Copyright © 2017–2023 Okta. All rights reserved.