Package com.microsoft.graph.models
Class DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder
- Enclosing class:
DriveItemRestoreParameterSet
public static final class DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder
extends Object
Fluent builder for the DriveItemRestoreParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe name parameter valueprotected ItemReferenceThe parentReference parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DriveItemRestoreParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the NameSets the ParentReference
-
Field Details
-
parentReference
The parentReference parameter value -
name
The name parameter value
-
-
Constructor Details
-
DriveItemRestoreParameterSetBuilder
@Nullable protected DriveItemRestoreParameterSetBuilder()Instanciates a new DriveItemRestoreParameterSetBuilder
-
-
Method Details
-
withParentReference
@Nonnull public DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder withParentReference(@Nullable ItemReference val) Sets the ParentReference- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withName
@Nonnull public DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder withName(@Nullable String val) Sets the Name- 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
-