Package com.microsoft.graph.models
Class DriveItemCopyParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemCopyParameterSet
The class for the Drive Item Copy Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DriveItemCopyParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe name.The parent Reference. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemCopyParameterSetprotected
Instiaciates a new DriveItemCopyParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
name
The name. -
parentReference
@SerializedName(value="parentReference", alternate="ParentReference") @Expose @Nullable public ItemReference parentReferenceThe parent Reference.
-
-
Constructor Details
-
DriveItemCopyParameterSet
public DriveItemCopyParameterSet()Instiaciates a new DriveItemCopyParameterSet -
DriveItemCopyParameterSet
protected DriveItemCopyParameterSet(@Nonnull DriveItemCopyParameterSet.DriveItemCopyParameterSetBuilder builder) Instiaciates a new DriveItemCopyParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-