Package com.microsoft.graph.models
Class DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder
- Enclosing class:
DriveItemCheckinParameterSet
public static final class DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder
extends Object
Fluent builder for the DriveItemCheckinParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DriveItemCheckinParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCheckInAs(String val) Sets the CheckInAswithComment(String val) Sets the Comment
-
Field Details
-
checkInAs
The checkInAs parameter value -
comment
The comment parameter value
-
-
Constructor Details
-
DriveItemCheckinParameterSetBuilder
@Nullable protected DriveItemCheckinParameterSetBuilder()Instanciates a new DriveItemCheckinParameterSetBuilder
-
-
Method Details
-
withCheckInAs
@Nonnull public DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder withCheckInAs(@Nullable String val) Sets the CheckInAs- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withComment
@Nonnull public DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder withComment(@Nullable String val) Sets the Comment- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-