Package com.okta.sdk.resource.model
Class ProfileEnrollmentPolicyRule
java.lang.Object
com.okta.sdk.resource.model.PolicyRule
com.okta.sdk.resource.model.ProfileEnrollmentPolicyRule
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class ProfileEnrollmentPolicyRule
extends PolicyRule
implements Serializable
ProfileEnrollmentPolicyRule
- See Also:
 
- 
Field Summary
FieldsFields inherited from class com.okta.sdk.resource.model.PolicyRule
JSON_PROPERTY_CREATED, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_NAME, JSON_PROPERTY_PRIORITY, JSON_PROPERTY_STATUS, JSON_PROPERTY_SYSTEM, JSON_PROPERTY_TYPE, type - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconditions(String conditions) booleanGet actionsPolicy Rule conditions aren't supported for this policy typeorg.openapitools.jackson.nullable.JsonNullable<String> inthashCode()voidvoidsetConditions(String conditions) voidsetConditions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> conditions) toString()Methods inherited from class com.okta.sdk.resource.model.PolicyRule
getCreated, getCreated_JsonNullable, getId, getLastUpdated, getLastUpdated_JsonNullable, getLinks, getName, getPriority, getStatus, getSystem, getType, id, links, name, priority, setId, setLinks, setName, setPriority, setStatus, setSystem, setType, status, system, type 
- 
Field Details
- 
JSON_PROPERTY_ACTIONS
- See Also:
 
 - 
JSON_PROPERTY_CONDITIONS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ProfileEnrollmentPolicyRule
public ProfileEnrollmentPolicyRule() 
 - 
 - 
Method Details
- 
actions
 - 
getActions
Get actions- Returns:
 - actions
 
 - 
setActions
 - 
conditions
 - 
getConditions
Policy Rule conditions aren't supported for this policy type- Returns:
 - conditions
 
 - 
getConditions_JsonNullable
 - 
setConditions_JsonNullable
public void setConditions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> conditions)  - 
setConditions
 - 
equals
- Overrides:
 equalsin classPolicyRule
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classPolicyRule
 - 
toString
- Overrides:
 toStringin classPolicyRule
 
 -