com.atlassian.jira.rest.client.api.domain
Class FieldSchema
java.lang.Object
com.atlassian.jira.rest.client.api.domain.FieldSchema
public class FieldSchema
- extends Object
Represents schema of field in JIRA
- Since:
- v1.0
FieldSchema
public FieldSchema(String type,
String items,
String system,
String custom,
Long customId)
getType
public String getType()
getItems
@Nullable
public String getItems()
getSystem
@Nullable
public String getSystem()
getCustom
@Nullable
public String getCustom()
getCustomId
@Nullable
public Long getCustomId()
isCustom
public boolean isCustom()
getToStringHelper
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
- Returns ToStringHelper with all fields inserted. Override this method to insert additional fields.
- Returns:
- ToStringHelper
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013 Atlassian. All Rights Reserved.