Uses of Class
odata.msgraph.client.beta.complex.HuntingQueryResults
-
Packages that use HuntingQueryResults Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of HuntingQueryResults in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return HuntingQueryResults Modifier and Type Method Description HuntingQueryResultsHuntingQueryResults.Builder. build()HuntingQueryResultsHuntingQueryResults. withUnmappedField(String name, String value) -
Uses of HuntingQueryResults in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type HuntingQueryResults Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<HuntingQueryResults>Security. runHuntingQuery(String query) -
Uses of HuntingQueryResults in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type HuntingQueryResults Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<HuntingQueryResults>SecurityRequest. runHuntingQuery(String query)
-