Uses of Class
odata.msgraph.client.beta.complex.SearchResult
-
Packages that use SearchResult Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SearchResult in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SearchResult Modifier and Type Method Description SearchResultSearchResult.Builder. build()SearchResultSearchResult. withOnClickTelemetryUrl(String onClickTelemetryUrl)SearchResultSearchResult. withUnmappedField(String name, String value) -
Uses of SearchResult in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SearchResult Modifier and Type Field Description protected SearchResultDriveItem. searchResultMethods in odata.msgraph.client.beta.entity that return types with arguments of type SearchResult Modifier and Type Method Description Optional<SearchResult>DriveItem. getSearchResult()Methods in odata.msgraph.client.beta.entity with parameters of type SearchResult Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. searchResult(SearchResult searchResult)DriveItemDriveItem. withSearchResult(SearchResult searchResult)
-