public class SearchResultsWithSharedLinks extends SerializableObject
This response format is only returned when the `include_recent_shared_links` query parameter has been set to `true`.
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchResultsWithSharedLinks.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<SearchResultWithSharedLink> |
entries
The search results for the query provided, including the additional information about any
shared links through which the item has been shared with the user.
|
protected Long |
limit
The limit that was used for this search.
|
protected Long |
offset
The 0-based offset of the first entry in this set.
|
protected Long |
totalCount
One greater than the offset of the last entry in the search results.
|
protected EnumWrapper<SearchResultsWithSharedLinksTypeField> |
type
Specifies the response as search result items with shared links.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
SearchResultsWithSharedLinks() |
protected |
SearchResultsWithSharedLinks(SearchResultsWithSharedLinks.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<SearchResultWithSharedLink> |
getEntries() |
Long |
getLimit() |
Long |
getOffset() |
Long |
getTotalCount() |
EnumWrapper<SearchResultsWithSharedLinksTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
protected Long limit
protected Long offset
protected EnumWrapper<SearchResultsWithSharedLinksTypeField> type
protected List<SearchResultWithSharedLink> entries
public SearchResultsWithSharedLinks()
protected SearchResultsWithSharedLinks(SearchResultsWithSharedLinks.Builder builder)
public Long getTotalCount()
public EnumWrapper<SearchResultsWithSharedLinksTypeField> getType()
public List<SearchResultWithSharedLink> getEntries()