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

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

public class CustomFieldOption
extends java.lang.Object

Represents Custom Field Option

Since:
v1.0

Constructor Summary
CustomFieldOption(java.lang.Long id, java.net.URI self, java.lang.String value, java.lang.Iterable<CustomFieldOption> children, CustomFieldOption child)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CustomFieldOption getChild()
           
 java.lang.Iterable<CustomFieldOption> getChildren()
           
 java.lang.Long getId()
           
 java.net.URI getSelf()
           
protected  com.google.common.base.Objects.ToStringHelper getToStringHelper()
          Returns ToStringHelper with all fields inserted.
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomFieldOption

public CustomFieldOption(java.lang.Long id,
                         java.net.URI self,
                         java.lang.String value,
                         java.lang.Iterable<CustomFieldOption> children,
                         @Nullable
                         CustomFieldOption child)
Method Detail

getSelf

public java.net.URI getSelf()

getId

public java.lang.Long getId()

getValue

public java.lang.String getValue()

getChildren

public java.lang.Iterable<CustomFieldOption> getChildren()

getChild

@Nullable
public CustomFieldOption getChild()

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2013 Atlassian. All Rights Reserved.