Uses of Class
odata.msgraph.client.security.complex.HuntingQueryResults.Builder
-
Packages that use HuntingQueryResults.Builder Package Description odata.msgraph.client.security.complex -
-
Uses of HuntingQueryResults.Builder in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return HuntingQueryResults.Builder Modifier and Type Method Description static HuntingQueryResults.BuilderHuntingQueryResults. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).HuntingQueryResults.BuilderHuntingQueryResults.Builder. results(List<HuntingRowResult> results)HuntingQueryResults.BuilderHuntingQueryResults.Builder. results(HuntingRowResult... results)HuntingQueryResults.BuilderHuntingQueryResults.Builder. resultsNextLink(String resultsNextLink)HuntingQueryResults.BuilderHuntingQueryResults.Builder. schema(List<SinglePropertySchema> schema)HuntingQueryResults.BuilderHuntingQueryResults.Builder. schema(SinglePropertySchema... schema)HuntingQueryResults.BuilderHuntingQueryResults.Builder. schemaNextLink(String schemaNextLink)
-