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