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