com.atlassian.jira.rest.client
Class ExpandableProperty<T>
java.lang.Object
com.atlassian.jira.rest.client.ExpandableProperty<T>
public class ExpandableProperty<T>
- extends java.lang.Object
Represents a resource which can be expandable - that is REST API is capable of sending just the number
of child resources or when the entity is expanded, also the child resources themselves
- Since:
- v0.1
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExpandableProperty
public ExpandableProperty(int size)
ExpandableProperty
public ExpandableProperty(int size,
@Nullable
java.util.Collection<T> items)
ExpandableProperty
public ExpandableProperty(java.util.Collection<T> items)
getSize
public int getSize()
getItems
@Nullable
public java.lang.Iterable<T> getItems()
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 © 2012 Atlassian Pty Ltd. All Rights Reserved.