Class ExpandableProperty<T>
java.lang.Object
com.atlassian.jira.rest.client.api.ExpandableProperty<T>
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
-
Constructor Summary
ConstructorsConstructorDescriptionExpandableProperty(int size) ExpandableProperty(int size, Collection<T> items) ExpandableProperty(Collection<T> items) -
Method Summary
-
Constructor Details
-
ExpandableProperty
public ExpandableProperty(int size) -
ExpandableProperty
-
ExpandableProperty
-
-
Method Details