Class WorkbookFunctionsPvParameterSet

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

public class WorkbookFunctionsPvParameterSet extends Object
The class for the Workbook Functions Pv Parameter Set.
  • Field Details

    • rate

      @SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rate
      The rate.
    • nper

      @SerializedName(value="nper", alternate="Nper") @Expose @Nullable public com.google.gson.JsonElement nper
      The nper.
    • pmt

      @SerializedName(value="pmt", alternate="Pmt") @Expose @Nullable public com.google.gson.JsonElement pmt
      The pmt.
    • fv

      @SerializedName(value="fv", alternate="Fv") @Expose @Nullable public com.google.gson.JsonElement fv
      The fv.
    • type

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

    • WorkbookFunctionsPvParameterSet

      public WorkbookFunctionsPvParameterSet()
      Instiaciates a new WorkbookFunctionsPvParameterSet
    • WorkbookFunctionsPvParameterSet

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