Package com.microsoft.graph.models
Class DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder
- Enclosing class:
- DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet
public static final class DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder
extends Object
Fluent builder for the DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The filter parameter valueThe groupBy parameter valueprotected String
The name parameter valueThe orderBy parameter valueprotected String
The search parameter valueThe select parameter valueprotected String
The sessionId parameter valueprotected Integer
The skip parameter valueprotected Integer
The top parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder -
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
-
DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder
@Nullable protected DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder()Instanciates a new DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder
-
-
Method Details
-
withName
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withName(@Nullable String val) Sets the Name- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSelect
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withSelect(@Nullable List<String> val) Sets the Select- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSearch
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withSearch(@Nullable String val) Sets the Search- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withGroupBy
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withGroupBy(@Nullable List<String> val) Sets the GroupBy- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withOrderBy
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withOrderBy(@Nullable List<String> val) Sets the OrderBy- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSkip
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withSkip(@Nullable Integer val) Sets the Skip- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withTop
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withTop(@Nullable Integer val) Sets the Top- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSessionId
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withSessionId(@Nullable String val) Sets the SessionId- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withFilter
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSetBuilder withFilter(@Nullable String val) Sets the Filter- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
@Nonnull public DeviceManagementReportsGetConfigurationPolicyNonComplianceSummaryReportParameterSet build()Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-