Package com.microsoft.graph.models
Class ReportRootGetM365AppPlatformUserCountsParameterSet.ReportRootGetM365AppPlatformUserCountsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ReportRootGetM365AppPlatformUserCountsParameterSet.ReportRootGetM365AppPlatformUserCountsParameterSetBuilder
- Enclosing class:
ReportRootGetM365AppPlatformUserCountsParameterSet
public static final class ReportRootGetM365AppPlatformUserCountsParameterSet.ReportRootGetM365AppPlatformUserCountsParameterSetBuilder
extends Object
Fluent builder for the ReportRootGetM365AppPlatformUserCountsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ReportRootGetM365AppPlatformUserCountsParameterSetBuilder -
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
-
ReportRootGetM365AppPlatformUserCountsParameterSetBuilder
@Nullable protected ReportRootGetM365AppPlatformUserCountsParameterSetBuilder()Instanciates a new ReportRootGetM365AppPlatformUserCountsParameterSetBuilder
-
-
Method Details
-
withPeriod
@Nonnull public ReportRootGetM365AppPlatformUserCountsParameterSet.ReportRootGetM365AppPlatformUserCountsParameterSetBuilder 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
-