Package com.microsoft.graph.models
Class DriveItemCheckinParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemCheckinParameterSet
The class for the Drive Item Checkin Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DriveItemCheckinParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemCheckinParameterSetprotected
DriveItemCheckinParameterSet
(DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder builder) Instiaciates a new DriveItemCheckinParameterSet -
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
-
checkInAs
The check In As. -
comment
The comment.
-
-
Constructor Details
-
DriveItemCheckinParameterSet
public DriveItemCheckinParameterSet()Instiaciates a new DriveItemCheckinParameterSet -
DriveItemCheckinParameterSet
protected DriveItemCheckinParameterSet(@Nonnull DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder builder) Instiaciates a new DriveItemCheckinParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder 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
-