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