Uses of Class
odata.msgraph.client.beta.complex.SearchResultSet
-
Packages that use SearchResultSet Package Description odata.msgraph.client.beta.complex -
-
Uses of SearchResultSet in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type SearchResultSet Modifier and Type Field Description protected List<SearchResultSet>SearchResponse. valueMethods in odata.msgraph.client.beta.complex that return SearchResultSet Modifier and Type Method Description SearchResultSetSearchResultSet.Builder. build()SearchResultSetSearchResultSet. withResultTemplates(ResultTemplateDictionary resultTemplates)SearchResultSetSearchResultSet. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SearchResultSet Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SearchResultSet>SearchResponse. getValue()com.github.davidmoten.odata.client.CollectionPage<SearchResultSet>SearchResponse. getValue(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type SearchResultSet Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. value(SearchResultSet... value)Method parameters in odata.msgraph.client.beta.complex with type arguments of type SearchResultSet Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. value(List<SearchResultSet> value)
-