public class DriveItemCheckinParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder
Fluent builder for the DriveItemCheckinParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
checkInAs
The check In As.
|
java.lang.String |
comment
The comment.
|
| Modifier | Constructor and Description |
|---|---|
|
DriveItemCheckinParameterSet()
Instiaciates a new DriveItemCheckinParameterSet
|
protected |
DriveItemCheckinParameterSet(DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder builder)
Instiaciates a new DriveItemCheckinParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="checkInAs",
alternate="CheckInAs")
@Expose
@Nullable
public java.lang.String checkInAs
@SerializedName(value="comment",
alternate="Comment")
@Expose
@Nullable
public java.lang.String comment
public DriveItemCheckinParameterSet()
protected DriveItemCheckinParameterSet(@Nonnull
DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DriveItemCheckinParameterSet.DriveItemCheckinParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()