Uses of Class
odata.msgraph.client.security.complex.HuntingRowResult
-
Packages that use HuntingRowResult Package Description odata.msgraph.client.security.complex -
-
Uses of HuntingRowResult in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex with type parameters of type HuntingRowResult Modifier and Type Field Description protected List<HuntingRowResult>HuntingQueryResults. resultsMethods in odata.msgraph.client.security.complex that return HuntingRowResult Modifier and Type Method Description HuntingRowResultHuntingRowResult.Builder. build()HuntingRowResultHuntingRowResult. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.complex that return types with arguments of type HuntingRowResult Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<HuntingRowResult>HuntingQueryResults. getResults()com.github.davidmoten.odata.client.CollectionPage<HuntingRowResult>HuntingQueryResults. getResults(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.complex with parameters of type HuntingRowResult Modifier and Type Method Description HuntingQueryResults.BuilderHuntingQueryResults.Builder. results(HuntingRowResult... results)Method parameters in odata.msgraph.client.security.complex with type arguments of type HuntingRowResult Modifier and Type Method Description HuntingQueryResults.BuilderHuntingQueryResults.Builder. results(List<HuntingRowResult> results)
-