public class DriveItemCopyParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DriveItemCopyParameterSet.DriveItemCopyParameterSetBuilder
Fluent builder for the DriveItemCopyParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The name.
|
ItemReference |
parentReference
The parent Reference.
|
Modifier | Constructor and Description |
---|---|
|
DriveItemCopyParameterSet()
Instiaciates a new DriveItemCopyParameterSet
|
protected |
DriveItemCopyParameterSet(DriveItemCopyParameterSet.DriveItemCopyParameterSetBuilder builder)
Instiaciates a new DriveItemCopyParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DriveItemCopyParameterSet.DriveItemCopyParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="name", alternate="Name") @Expose @Nullable public java.lang.String name
@SerializedName(value="parentReference", alternate="ParentReference") @Expose @Nullable public ItemReference parentReference
public DriveItemCopyParameterSet()
protected DriveItemCopyParameterSet(@Nonnull DriveItemCopyParameterSet.DriveItemCopyParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static DriveItemCopyParameterSet.DriveItemCopyParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()