Class WorkbookFunctionsAtan2ParameterSet

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

public class WorkbookFunctionsAtan2ParameterSet extends Object
The class for the Workbook Functions Atan2Parameter Set.
  • Field Details

    • xNum

      @SerializedName(value="xNum", alternate="XNum") @Expose @Nullable public com.google.gson.JsonElement xNum
      The x Num.
    • yNum

      @SerializedName(value="yNum", alternate="YNum") @Expose @Nullable public com.google.gson.JsonElement yNum
      The y Num.
  • Constructor Details

    • WorkbookFunctionsAtan2ParameterSet

      public WorkbookFunctionsAtan2ParameterSet()
      Instiaciates a new WorkbookFunctionsAtan2ParameterSet
    • WorkbookFunctionsAtan2ParameterSet

      protected WorkbookFunctionsAtan2ParameterSet(@Nonnull WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsAtan2ParameterSet
      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