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