Package com.microsoft.graph.models
Class DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder
public static final class DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder
extends Object
Fluent builder for the DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe filter parameter valueThe groupBy parameter valueprotected StringThe name parameter valueThe orderBy parameter valueprotected StringThe search parameter valueThe select parameter valueprotected StringThe sessionId parameter valueprotected IntegerThe skip parameter valueprotected IntegerThe top parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFilter(String val) Sets the FilterwithGroupBy(List<String> val) Sets the GroupBySets the NamewithOrderBy(List<String> val) Sets the OrderBywithSearch(String val) Sets the SearchwithSelect(List<String> val) Sets the SelectwithSessionId(String val) Sets the SessionIdSets the SkipSets the Top
-
Field Details
-
name
The name parameter value -
select
The select parameter value -
search
The search parameter value -
groupBy
The groupBy parameter value -
orderBy
The orderBy parameter value -
skip
The skip parameter value -
top
The top parameter value -
sessionId
The sessionId parameter value -
filter
The filter parameter value
-
-
Constructor Details
-
DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder
@Nullable protected DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder()Instanciates a new DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder
-
-
Method Details
-
withName
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withName(@Nullable String val) Sets the Name- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSelect
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withSelect(@Nullable List<String> val) Sets the Select- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSearch
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withSearch(@Nullable String val) Sets the Search- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withGroupBy
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withGroupBy(@Nullable List<String> val) Sets the GroupBy- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withOrderBy
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withOrderBy(@Nullable List<String> val) Sets the OrderBy- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSkip
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withSkip(@Nullable Integer val) Sets the Skip- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTop
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withTop(@Nullable Integer val) Sets the Top- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSessionId
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withSessionId(@Nullable String val) Sets the SessionId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFilter
@Nonnull public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder withFilter(@Nullable String val) Sets the Filter- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-