public class CimFieldInfo extends Object implements NamedEntity, IdentifiableEntity<String>
IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions)
Constructor and Description |
---|
CimFieldInfo(String id,
boolean required,
String name,
FieldSchema schema,
Set<StandardOperation> operations,
Iterable<Object> allowedValues,
URI autoCompleteUri) |
Modifier and Type | Method and Description |
---|---|
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() |
public String getId()
getId
in interface IdentifiableEntity<String>
public boolean isRequired()
@Nullable public String getName()
getName
in interface NamedEntity
public 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()
Copyright © 2013 Atlassian. All Rights Reserved.