Package com.atlassian.bamboo.rest.model
Class RestIndexes
java.lang.Object
com.atlassian.bamboo.rest.model.RestIndexes
Some helper
Indexes
for obtaining elements from e.g. ListWrapperCallback
.-
Field Summary
Modifier and TypeFieldDescriptionstatic com.atlassian.plugins.rest.api.expand.parameter.Indexes
Indexes
which imitate querying for all elements of a collection, without pagination.static com.atlassian.plugins.rest.api.expand.parameter.Indexes
Indexes
which imitate querying for no elements of a collection. -
Method Summary
-
Field Details
-
NONE
public static com.atlassian.plugins.rest.api.expand.parameter.Indexes NONEIndexes
which imitate querying for no elements of a collection. Using them will always result in obtaining an empty list of results. -
ALL
public static com.atlassian.plugins.rest.api.expand.parameter.Indexes ALLIndexes
which imitate querying for all elements of a collection, without pagination.
-