Package com.microsoft.graph.models
Class DriveItemPreviewParameterSet.DriveItemPreviewParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DriveItemPreviewParameterSet.DriveItemPreviewParameterSetBuilder
- Enclosing class:
DriveItemPreviewParameterSet
public static final class DriveItemPreviewParameterSet.DriveItemPreviewParameterSetBuilder
extends Object
Fluent builder for the DriveItemPreviewParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DriveItemPreviewParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the PageSets the Zoom
-
Field Details
-
page
The page parameter value -
zoom
The zoom parameter value
-
-
Constructor Details
-
DriveItemPreviewParameterSetBuilder
@Nullable protected DriveItemPreviewParameterSetBuilder()Instanciates a new DriveItemPreviewParameterSetBuilder
-
-
Method Details
-
withPage
@Nonnull public DriveItemPreviewParameterSet.DriveItemPreviewParameterSetBuilder withPage(@Nullable String val) Sets the Page- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withZoom
@Nonnull public DriveItemPreviewParameterSet.DriveItemPreviewParameterSetBuilder withZoom(@Nullable Double val) Sets the Zoom- 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
-