Class WorkbookRangeBoundingRectParameterSet

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

public class WorkbookRangeBoundingRectParameterSet extends Object
The class for the Workbook Range Bounding Rect Parameter Set.
  • Field Details

    • anotherRange

      @SerializedName(value="anotherRange", alternate="AnotherRange") @Expose @Nullable public String anotherRange
      The another Range.
  • Constructor Details

    • WorkbookRangeBoundingRectParameterSet

      public WorkbookRangeBoundingRectParameterSet()
      Instiaciates a new WorkbookRangeBoundingRectParameterSet
    • WorkbookRangeBoundingRectParameterSet

      protected WorkbookRangeBoundingRectParameterSet(@Nonnull WorkbookRangeBoundingRectParameterSet.WorkbookRangeBoundingRectParameterSetBuilder builder)
      Instiaciates a new WorkbookRangeBoundingRectParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details