Uses of Class
odata.msgraph.client.beta.complex.SearchHit
-
Packages that use SearchHit Package Description odata.msgraph.client.beta.complex -
-
Uses of SearchHit in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type SearchHit Modifier and Type Field Description protected List<SearchHit>SearchHitsContainer. hitsMethods in odata.msgraph.client.beta.complex that return SearchHit Modifier and Type Method Description SearchHitSearchHit.Builder. build()SearchHitSearchHit. with_id(String _id)SearchHitSearchHit. with_score(Integer _score)SearchHitSearchHit. with_summary(String _summary)SearchHitSearchHit. withContentSource(String contentSource)SearchHitSearchHit. withHitId(String hitId)SearchHitSearchHit. withRank(Integer rank)SearchHitSearchHit. withResultTemplateId(String resultTemplateId)SearchHitSearchHit. withSummary(String summary)SearchHitSearchHit. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SearchHit Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SearchHit>SearchHitsContainer. getHits()com.github.davidmoten.odata.client.CollectionPage<SearchHit>SearchHitsContainer. getHits(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type SearchHit Modifier and Type Method Description SearchHitsContainer.BuilderSearchHitsContainer.Builder. hits(SearchHit... hits)Method parameters in odata.msgraph.client.beta.complex with type arguments of type SearchHit Modifier and Type Method Description SearchHitsContainer.BuilderSearchHitsContainer.Builder. hits(List<SearchHit> hits)
-