Class WorkbookFunctionsRadiansParameterSet

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

public class WorkbookFunctionsRadiansParameterSet extends Object
The class for the Workbook Functions Radians Parameter Set.
  • Field Details

    • angle

      @SerializedName(value="angle", alternate="Angle") @Expose @Nullable public com.google.gson.JsonElement angle
      The angle.
  • Constructor Details

    • WorkbookFunctionsRadiansParameterSet

      public WorkbookFunctionsRadiansParameterSet()
      Instiaciates a new WorkbookFunctionsRadiansParameterSet
    • WorkbookFunctionsRadiansParameterSet

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