Uses of Class
odata.msgraph.client.beta.complex.SearchHitsContainer
-
Packages that use SearchHitsContainer Package Description odata.msgraph.client.beta.complex -
-
Uses of SearchHitsContainer in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type SearchHitsContainer Modifier and Type Field Description protected List<SearchHitsContainer>SearchResponse. hitsContainersMethods in odata.msgraph.client.beta.complex that return SearchHitsContainer Modifier and Type Method Description SearchHitsContainerSearchHitsContainer.Builder. build()SearchHitsContainerSearchHitsContainer. withMoreResultsAvailable(Boolean moreResultsAvailable)SearchHitsContainerSearchHitsContainer. withTotal(Integer total)SearchHitsContainerSearchHitsContainer. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SearchHitsContainer Modifier and Type Method 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)Methods in odata.msgraph.client.beta.complex with parameters of type SearchHitsContainer Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. hitsContainers(SearchHitsContainer... hitsContainers)Method parameters in odata.msgraph.client.beta.complex with type arguments of type SearchHitsContainer Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. hitsContainers(List<SearchHitsContainer> hitsContainers)
-