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