com.atlassian.jira.rest.client.api.domain
Class FieldSchema
java.lang.Object
com.atlassian.jira.rest.client.api.domain.FieldSchema
public class FieldSchema
- extends java.lang.Object
Represents schema of field in JIRA
- Since:
- v1.0
Constructor Summary |
FieldSchema(java.lang.String type,
java.lang.String items,
java.lang.String system,
java.lang.String custom,
java.lang.Long customId)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FieldSchema
public FieldSchema(java.lang.String type,
java.lang.String items,
java.lang.String system,
java.lang.String custom,
java.lang.Long customId)
getType
public java.lang.String getType()
getItems
@Nullable
public java.lang.String getItems()
getSystem
@Nullable
public java.lang.String getSystem()
getCustom
@Nullable
public java.lang.String getCustom()
getCustomId
@Nullable
public java.lang.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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2013 Atlassian. All Rights Reserved.