Package com.microsoft.graph.models
Class ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSet.ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSet.ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder
- Enclosing class:
ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSet
public static final class ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSet.ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder
extends Object
Fluent builder for the ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithPeriod
(String val) Sets the Period
-
Field Details
-
period
The period parameter value
-
-
Constructor Details
-
ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder
@Nullable protected ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder()Instanciates a new ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder
-
-
Method Details
-
withPeriod
@Nonnull public ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSet.ReportRootGetTeamsDeviceUsageDistributionUserCountsParameterSetBuilder withPeriod(@Nullable String val) Sets the Period- 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
-