@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UserSchemaAttributeMaster extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_PRIORITY  | 
static String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
UserSchemaAttributeMaster()  | 
| Modifier and Type | Method and Description | 
|---|---|
UserSchemaAttributeMaster | 
addPriorityItem(UserSchemaAttributeMasterPriority priorityItem)  | 
boolean | 
equals(Object o)  | 
List<UserSchemaAttributeMasterPriority> | 
getPriority()
Get priority 
 | 
UserSchemaAttributeMasterType | 
getType()
Get type 
 | 
int | 
hashCode()  | 
UserSchemaAttributeMaster | 
priority(List<UserSchemaAttributeMasterPriority> priority)  | 
void | 
setPriority(List<UserSchemaAttributeMasterPriority> priority)  | 
void | 
setType(UserSchemaAttributeMasterType type)  | 
String | 
toString()  | 
UserSchemaAttributeMaster | 
type(UserSchemaAttributeMasterType type)  | 
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_TYPE
public UserSchemaAttributeMaster priority(List<UserSchemaAttributeMasterPriority> priority)
public UserSchemaAttributeMaster addPriorityItem(UserSchemaAttributeMasterPriority priorityItem)
@Nullable public List<UserSchemaAttributeMasterPriority> getPriority()
public void setPriority(List<UserSchemaAttributeMasterPriority> priority)
public UserSchemaAttributeMaster type(UserSchemaAttributeMasterType type)
@Nullable public UserSchemaAttributeMasterType getType()
public void setType(UserSchemaAttributeMasterType type)
Copyright © 2017–2023 Okta. All rights reserved.