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