@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class ProfileEnrollmentPolicyRuleProfileAttribute extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_REQUIRED |
Constructor and Description |
---|
ProfileEnrollmentPolicyRuleProfileAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLabel()
Get label
|
String |
getName()
Get name
|
Boolean |
getRequired()
Get required
|
int |
hashCode() |
ProfileEnrollmentPolicyRuleProfileAttribute |
label(String label) |
ProfileEnrollmentPolicyRuleProfileAttribute |
name(String name) |
ProfileEnrollmentPolicyRuleProfileAttribute |
required(Boolean required) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setRequired(Boolean required) |
String |
toString() |
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_REQUIRED
public ProfileEnrollmentPolicyRuleProfileAttribute()
public ProfileEnrollmentPolicyRuleProfileAttribute label(String label)
public void setLabel(String label)
public ProfileEnrollmentPolicyRuleProfileAttribute name(String name)
public void setName(String name)
public ProfileEnrollmentPolicyRuleProfileAttribute required(Boolean required)
public void setRequired(Boolean required)
Copyright © 2017–2023 Okta. All rights reserved.