@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-31T14:50:27.165+02:00[Europe/Berlin]") public class Item extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_FIELDS |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_SELECTED |
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
Item |
addLinksItem(Link linksItem) |
boolean |
equals(Object o) |
Item |
fields(Map<String,FieldValue> fields) |
Map<String,FieldValue> |
getFields()
The list of field-values of the item.
|
List<Link> |
getLinks()
A list of links.
|
Boolean |
getSelected()
Whether this item is selected/active.
|
int |
hashCode() |
Item |
links(List<Link> links) |
Item |
putFieldsItem(String key,
FieldValue fieldsItem) |
Item |
selected(Boolean selected) |
void |
setFields(Map<String,FieldValue> fields) |
void |
setLinks(List<Link> links) |
void |
setSelected(Boolean selected) |
String |
toString() |
public static final String JSON_PROPERTY_FIELDS
public static final String JSON_PROPERTY_SELECTED
public static final String JSON_PROPERTY_LINKS
public Item fields(Map<String,FieldValue> fields)
public Item putFieldsItem(String key, FieldValue fieldsItem)
@Nullable public Map<String,FieldValue> getFields()
public void setFields(Map<String,FieldValue> fields)
@Nullable public Boolean getSelected()
public void setSelected(Boolean selected)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.