|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rest.client.api.domain.CimFieldInfo
public class CimFieldInfo
Contains information about field in IssueType.
The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions)
| Constructor Summary | |
|---|---|
CimFieldInfo(String id,
boolean required,
String name,
FieldSchema schema,
Set<StandardOperation> operations,
Iterable<Object> allowedValues,
URI autoCompleteUri)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Iterable<Object> |
getAllowedValues()
Returns list of values that are allowed to be used as value to this field. |
URI |
getAutoCompleteUri()
Returns URI to Auto Complete feature for this field. |
String |
getId()
|
String |
getName()
|
Set<StandardOperation> |
getOperations()
Returns set of operations allowed for this field. |
FieldSchema |
getSchema()
Returns schema of this field that describes type of that field and contained items type. |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper()
Returns ToStringHelper with all fields inserted. |
int |
hashCode()
|
boolean |
isRequired()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CimFieldInfo(String id,
boolean required,
@Nullable
String name,
FieldSchema schema,
Set<StandardOperation> operations,
@Nullable
Iterable<Object> allowedValues,
@Nullable
URI autoCompleteUri)
| Method Detail |
|---|
public String getId()
getId in interface IdentifiableEntity<String>public boolean isRequired()
@Nullable public String getName()
getName in interface NamedEntitypublic FieldSchema getSchema()
public Set<StandardOperation> getOperations()
@Nullable public Iterable<Object> getAllowedValues()
@Nullable public URI getAutoCompleteUri()
URI uriToGetResponseFrom = new URI(getAutoCompleteUri() + "typedLetters");
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||