Package com.microsoft.graph.models
Class DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder
- Enclosing class:
DeviceManagementReportsGetCachedReportParameterSet
public static final class DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder
extends Object
Fluent builder for the DeviceManagementReportsGetCachedReportParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DeviceManagementReportsGetCachedReportParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithGroupBy
(List<String> val) Sets the GroupBySets the IdwithOrderBy
(List<String> val) Sets the OrderBywithSearch
(String val) Sets the SearchwithSelect
(List<String> val) Sets the SelectSets the SkipSets the Top
-
Field Details
-
id
The id 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
-
-
Constructor Details
-
DeviceManagementReportsGetCachedReportParameterSetBuilder
@Nullable protected DeviceManagementReportsGetCachedReportParameterSetBuilder()Instanciates a new DeviceManagementReportsGetCachedReportParameterSetBuilder
-
-
Method Details
-
withId
@Nonnull public DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder withId(@Nullable String val) Sets the Id- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSelect
@Nonnull public DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder withSelect(@Nullable List<String> val) Sets the Select- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSearch
@Nonnull public DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder withSearch(@Nullable String val) Sets the Search- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withGroupBy
@Nonnull public DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder withGroupBy(@Nullable List<String> val) Sets the GroupBy- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withOrderBy
@Nonnull public DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder withOrderBy(@Nullable List<String> val) Sets the OrderBy- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSkip
@Nonnull public DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder withSkip(@Nullable Integer val) Sets the Skip- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withTop
@Nonnull public DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder withTop(@Nullable Integer val) Sets the Top- 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
-