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