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