public class MetadataQueryResults extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataQueryResults.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<MetadataQueryResultItem> |
entries
The mini representation of the files and folders that match the search terms.
|
protected Long |
limit
The limit that was used for this search.
|
protected String |
nextMarker
The marker for the start of the next page of results.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataQueryResults() |
protected |
MetadataQueryResults(MetadataQueryResults.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<MetadataQueryResultItem> |
getEntries() |
Long |
getLimit() |
String |
getNextMarker() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<MetadataQueryResultItem> entries
By default, this endpoint returns only the most basic info about the items. To get additional fields for each item, including any of the metadata, use the `fields` attribute in the query.
protected Long limit
protected String nextMarker
public MetadataQueryResults()
protected MetadataQueryResults(MetadataQueryResults.Builder builder)
public List<MetadataQueryResultItem> getEntries()
public String getNextMarker()