Class WorkbookFunctionsBitlshiftParameterSet

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

public class WorkbookFunctionsBitlshiftParameterSet extends Object
The class for the Workbook Functions Bitlshift Parameter Set.
  • Field Details

    • number

      @SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement number
      The number.
    • shiftAmount

      @SerializedName(value="shiftAmount", alternate="ShiftAmount") @Expose @Nullable public com.google.gson.JsonElement shiftAmount
      The shift Amount.
  • Constructor Details

    • WorkbookFunctionsBitlshiftParameterSet

      public WorkbookFunctionsBitlshiftParameterSet()
      Instiaciates a new WorkbookFunctionsBitlshiftParameterSet
    • WorkbookFunctionsBitlshiftParameterSet

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