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