Package com.atlassian.bamboo.rest.model
Class RestIndexes
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.RestIndexes
-
public class RestIndexes extends Object
Some helperIndexes
for obtaining elements from e.g.ListWrapperCallback
.
-
-
Field Summary
Fields Modifier and Type Field Description static com.atlassian.plugins.rest.common.expand.parameter.Indexes
ALL
Indexes
which imitate querying for all elements of a collection, without pagination.static com.atlassian.plugins.rest.common.expand.parameter.Indexes
NONE
Indexes
which imitate querying for no elements of a collection.
-
-
-
Field Detail
-
NONE
public static com.atlassian.plugins.rest.common.expand.parameter.Indexes NONE
Indexes
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.common.expand.parameter.Indexes ALL
Indexes
which imitate querying for all elements of a collection, without pagination.
-
-