@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class UserSchemaAttributeMaster
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_PRIORITY |
static java.lang.String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
UserSchemaAttributeMaster() |
Modifier and Type | Method and Description |
---|---|
UserSchemaAttributeMaster |
addPriorityItem(UserSchemaAttributeMasterPriority priorityItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<UserSchemaAttributeMasterPriority> |
getPriority()
Get priority
|
UserSchemaAttributeMasterType |
getType()
Get type
|
int |
hashCode() |
UserSchemaAttributeMaster |
priority(java.util.List<UserSchemaAttributeMasterPriority> priority) |
void |
setPriority(java.util.List<UserSchemaAttributeMasterPriority> priority) |
void |
setType(UserSchemaAttributeMasterType type) |
java.lang.String |
toString() |
UserSchemaAttributeMaster |
type(UserSchemaAttributeMasterType type) |
public static final java.lang.String JSON_PROPERTY_PRIORITY
public static final java.lang.String JSON_PROPERTY_TYPE
public UserSchemaAttributeMaster priority(java.util.List<UserSchemaAttributeMasterPriority> priority)
public UserSchemaAttributeMaster addPriorityItem(UserSchemaAttributeMasterPriority priorityItem)
@Nullable public java.util.List<UserSchemaAttributeMasterPriority> getPriority()
public void setPriority(java.util.List<UserSchemaAttributeMasterPriority> priority)
public UserSchemaAttributeMaster type(UserSchemaAttributeMasterType type)
@Nullable public UserSchemaAttributeMasterType getType()
public void setType(UserSchemaAttributeMasterType type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.