Uses of Class
odata.msgraph.client.beta.complex.SearchResponse
-
Packages that use SearchResponse Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of SearchResponse in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SearchResponse Modifier and Type Method Description SearchResponseSearchResponse.Builder. build()SearchResponseSearchResponse. withQueryAlterationResponse(AlterationResponse queryAlterationResponse)SearchResponseSearchResponse. withUnmappedField(String name, String value) -
Uses of SearchResponse in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type SearchResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<SearchResponse>SearchEntity. query(List<SearchRequest> requests, SearchAlterationOptions queryAlterationOptions) -
Uses of SearchResponse in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type SearchResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<SearchResponse>SearchEntityRequest. query(List<SearchRequest> requests, SearchAlterationOptions queryAlterationOptions)
-