Class DriveItemCheckinParameterSet

java.lang.Object
com.microsoft.graph.models.DriveItemCheckinParameterSet

public class DriveItemCheckinParameterSet extends Object
The class for the Drive Item Checkin Parameter Set.
  • Field Details

    • checkInAs

      @SerializedName(value="checkInAs", alternate="CheckInAs") @Expose @Nullable public String checkInAs
      The check In As.
    • comment

      @SerializedName(value="comment", alternate="Comment") @Expose @Nullable public String 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

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request