Class HuntingQueryResults.Builder
- java.lang.Object
-
- odata.msgraph.client.security.complex.HuntingQueryResults.Builder
-
- Enclosing class:
- HuntingQueryResults
public static final class HuntingQueryResults.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HuntingQueryResultsbuild()HuntingQueryResults.Builderresults(List<HuntingRowResult> results)HuntingQueryResults.Builderresults(HuntingRowResult... results)HuntingQueryResults.BuilderresultsNextLink(String resultsNextLink)HuntingQueryResults.Builderschema(List<SinglePropertySchema> schema)HuntingQueryResults.Builderschema(SinglePropertySchema... schema)HuntingQueryResults.BuilderschemaNextLink(String schemaNextLink)
-
-
-
Method Detail
-
results
public HuntingQueryResults.Builder results(List<HuntingRowResult> results)
-
results
public HuntingQueryResults.Builder results(HuntingRowResult... results)
-
resultsNextLink
public HuntingQueryResults.Builder resultsNextLink(String resultsNextLink)
-
schema
public HuntingQueryResults.Builder schema(List<SinglePropertySchema> schema)
-
schema
public HuntingQueryResults.Builder schema(SinglePropertySchema... schema)
-
schemaNextLink
public HuntingQueryResults.Builder schemaNextLink(String schemaNextLink)
-
build
public HuntingQueryResults build()
-
-