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 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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom()
           
 java.lang.Long getCustomId()
           
 java.lang.String getItems()
           
 java.lang.String getSystem()
           
protected  com.google.common.base.Objects.ToStringHelper getToStringHelper()
          Returns ToStringHelper with all fields inserted.
 java.lang.String getType()
           
 int hashCode()
           
 boolean isCustom()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldSchema

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

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.