| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<SearchHitsContainer> |
SearchResponse.hitsContainers |
| Modifier and Type | Method and Description |
|---|---|
SearchHitsContainer |
SearchHitsContainer.Builder.build() |
SearchHitsContainer |
SearchHitsContainer.withMoreResultsAvailable(Boolean moreResultsAvailable) |
SearchHitsContainer |
SearchHitsContainer.withTotal(Integer total) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<SearchHitsContainer> |
SearchResponse.getHitsContainers() |
com.github.davidmoten.odata.client.CollectionPage<SearchHitsContainer> |
SearchResponse.getHitsContainers(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.hitsContainers(SearchHitsContainer... hitsContainers) |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.hitsContainers(List<SearchHitsContainer> hitsContainers) |
Copyright © 2018–2020. All rights reserved.