Package com.microsoft.graph.models
Class DriveItemDeltaParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemDeltaParameterSet
The class for the Drive Item Delta Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the DriveItemDeltaParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemDeltaParameterSetprotectedInstiaciates a new DriveItemDeltaParameterSet -
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
-
token
The token.
-
-
Constructor Details
-
DriveItemDeltaParameterSet
public DriveItemDeltaParameterSet()Instiaciates a new DriveItemDeltaParameterSet -
DriveItemDeltaParameterSet
protected DriveItemDeltaParameterSet(@Nonnull DriveItemDeltaParameterSet.DriveItemDeltaParameterSetBuilder builder) Instiaciates a new DriveItemDeltaParameterSet- 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
-