com.atlassian.jira.rest.client.api.domain
Class FieldSchema

java.lang.Object
  extended by com.atlassian.jira.rest.client.api.domain.FieldSchema

public class FieldSchema
extends Object

Represents schema of field in JIRA

Since:
v1.0

Constructor Summary
FieldSchema(String type, String items, String system, String custom, Long customId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCustom()
           
 Long getCustomId()
           
 String getItems()
           
 String getSystem()
           
protected  com.google.common.base.Objects.ToStringHelper getToStringHelper()
          Returns ToStringHelper with all fields inserted.
 String getType()
           
 int hashCode()
           
 boolean isCustom()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldSchema

public FieldSchema(String type,
                   String items,
                   String system,
                   String custom,
                   Long customId)
Method Detail

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 © 2014 Atlassian. All Rights Reserved.