com.atlassian.jira.rest.client.domain
Class CustomFieldOption
java.lang.Object
com.atlassian.jira.rest.client.domain.CustomFieldOption
public class CustomFieldOption
- extends Object
Represents Custom Field Option
- Since:
- v1.0
CustomFieldOption
public CustomFieldOption(Long id,
URI self,
String value,
Iterable<CustomFieldOption> children,
@Nullable
CustomFieldOption child)
getSelf
public URI getSelf()
getId
public Long getId()
getValue
public String getValue()
getChildren
public 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 String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.