@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-07T11:42:47.246+01:00[Europe/London]") public class Attribute extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISPLAY_ORDER |
static String |
JSON_PROPERTY_EDIT_TYPE |
static String |
JSON_PROPERTY_LIST_ITEMS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
addListItemsItem(String listItemsItem) |
Attribute |
displayOrder(Integer displayOrder) |
Attribute |
editType(AttributeEditType editType) |
boolean |
equals(Object o) |
Integer |
getDisplayOrder()
Get displayOrder
minimum: 0
|
AttributeEditType |
getEditType()
Get editType
|
List<String> |
getListItems()
Get listItems
|
String |
getName()
The name of the attribute
|
AttributeType |
getType()
Get type
|
int |
hashCode() |
Attribute |
listItems(List<String> listItems) |
Attribute |
name(String name) |
void |
setDisplayOrder(Integer displayOrder) |
void |
setEditType(AttributeEditType editType) |
void |
setListItems(List<String> listItems) |
void |
setName(String name) |
void |
setType(AttributeType type) |
String |
toString() |
String |
toUrlQueryString()
Convert the instance into URL query string.
|
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
Attribute |
type(AttributeType type) |
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_DISPLAY_ORDER
public static final String JSON_PROPERTY_EDIT_TYPE
public static final String JSON_PROPERTY_LIST_ITEMS
public void setName(String name)
public Attribute type(AttributeType type)
@Nonnull public AttributeType getType()
public void setType(AttributeType type)
@Nullable public Integer getDisplayOrder()
public void setDisplayOrder(Integer displayOrder)
public Attribute editType(AttributeEditType editType)
@Nullable public AttributeEditType getEditType()
public void setEditType(AttributeEditType editType)
public String toUrlQueryString()
Copyright © 2024. All rights reserved.