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