Class WorkbookFunctionsBitrshiftParameterSet

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

public class WorkbookFunctionsBitrshiftParameterSet extends Object
The class for the Workbook Functions Bitrshift 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

    • WorkbookFunctionsBitrshiftParameterSet

      public WorkbookFunctionsBitrshiftParameterSet()
      Instiaciates a new WorkbookFunctionsBitrshiftParameterSet
    • WorkbookFunctionsBitrshiftParameterSet

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