public class RestIndexes extends Object
Indexes
for obtaining elements from e.g. ListWrapperCallback
.Modifier and Type | Field and 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. |
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.public static com.atlassian.plugins.rest.common.expand.parameter.Indexes ALL
Indexes
which imitate querying for all elements of a collection, without pagination.Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.