Package com.microsoft.graph.models
Class DriveItemFollowParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemFollowParameterSet
The class for the Drive Item Follow Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DriveItemFollowParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemFollowParameterSetprotected
Instiaciates a new DriveItemFollowParameterSet -
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
-
Constructor Details
-
DriveItemFollowParameterSet
public DriveItemFollowParameterSet()Instiaciates a new DriveItemFollowParameterSet -
DriveItemFollowParameterSet
protected DriveItemFollowParameterSet(@Nonnull DriveItemFollowParameterSet.DriveItemFollowParameterSetBuilder builder) Instiaciates a new DriveItemFollowParameterSet- 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
-