@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-09-05T12:17:37.034+02:00[Europe/Prague]") public class FieldDeprecated extends Object
| Constructor and Description |
|---|
FieldDeprecated() |
| Modifier and Type | Method and Description |
|---|---|
FieldDeprecated |
addClauseNamesItem(String clauseNamesItem) |
FieldDeprecated |
clauseNames(List<String> clauseNames) |
FieldDeprecated |
custom(Boolean custom) |
boolean |
equals(Object o) |
List<String> |
getClauseNames()
The names that can be used to reference the field in an advanced search.
|
Boolean |
getCustom()
Indicates whether the field is a custom field.
|
String |
getId()
The ID of the field.
|
String |
getKey()
The key of the field.
|
String |
getName()
The name of the field.
|
Boolean |
getNavigable()
Indicates whether the field can be used as a column on the issue navigator.
|
Boolean |
getOrderable()
Indicates whether the content of the field can be used to order lists.
|
JsonTypeBean |
getSchema()
The data schema for the field.
|
Scope |
getScope()
The scope of the field.
|
Boolean |
getSearchable()
Indicates whether the content of the field can be searched.
|
int |
hashCode() |
FieldDeprecated |
id(String id) |
FieldDeprecated |
key(String key) |
FieldDeprecated |
name(String name) |
FieldDeprecated |
navigable(Boolean navigable) |
FieldDeprecated |
orderable(Boolean orderable) |
FieldDeprecated |
schema(JsonTypeBean schema) |
FieldDeprecated |
scope(Scope scope) |
FieldDeprecated |
searchable(Boolean searchable) |
void |
setClauseNames(List<String> clauseNames) |
void |
setCustom(Boolean custom) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setNavigable(Boolean navigable) |
void |
setOrderable(Boolean orderable) |
void |
setSchema(JsonTypeBean schema) |
void |
setScope(Scope scope) |
void |
setSearchable(Boolean searchable) |
String |
toString() |
public FieldDeprecated id(String id)
public String getId()
public void setId(String id)
public FieldDeprecated key(String key)
public String getKey()
public void setKey(String key)
public FieldDeprecated name(String name)
public String getName()
public void setName(String name)
public FieldDeprecated custom(Boolean custom)
public Boolean getCustom()
public void setCustom(Boolean custom)
public FieldDeprecated orderable(Boolean orderable)
public Boolean getOrderable()
public void setOrderable(Boolean orderable)
public FieldDeprecated navigable(Boolean navigable)
public Boolean getNavigable()
public void setNavigable(Boolean navigable)
public FieldDeprecated searchable(Boolean searchable)
public Boolean getSearchable()
public void setSearchable(Boolean searchable)
public FieldDeprecated clauseNames(List<String> clauseNames)
public FieldDeprecated addClauseNamesItem(String clauseNamesItem)
public List<String> getClauseNames()
public FieldDeprecated scope(Scope scope)
public Scope getScope()
public void setScope(Scope scope)
public FieldDeprecated schema(JsonTypeBean schema)
public JsonTypeBean getSchema()
public void setSchema(JsonTypeBean schema)
Copyright © 2011–2021 Everit Kft.. All rights reserved.