com.atlassian.jira.rest.client.api.domain
Class CustomFieldOption
java.lang.Object
com.atlassian.jira.rest.client.api.domain.CustomFieldOption
public class CustomFieldOption
- extends java.lang.Object
Represents Custom Field Option
- Since:
- v1.0
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomFieldOption
public CustomFieldOption(java.lang.Long id,
java.net.URI self,
java.lang.String value,
java.lang.Iterable<CustomFieldOption> children,
@Nullable
CustomFieldOption child)
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.