Package com.microsoft.graph.models
Class DriveItemRestoreParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemRestoreParameterSet
The class for the Drive Item Restore Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the DriveItemRestoreParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe name.The parent Reference. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemRestoreParameterSetprotectedDriveItemRestoreParameterSet(DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder builder) Instiaciates a new DriveItemRestoreParameterSet -
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
-
parentReference
@SerializedName(value="parentReference", alternate="ParentReference") @Expose @Nullable public ItemReference parentReferenceThe parent Reference. -
name
The name.
-
-
Constructor Details
-
DriveItemRestoreParameterSet
public DriveItemRestoreParameterSet()Instiaciates a new DriveItemRestoreParameterSet -
DriveItemRestoreParameterSet
protected DriveItemRestoreParameterSet(@Nonnull DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder builder) Instiaciates a new DriveItemRestoreParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DriveItemRestoreParameterSet.DriveItemRestoreParameterSetBuilder 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
-