Class WorkbookChartImageParameterSet

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

public class WorkbookChartImageParameterSet extends Object
The class for the Workbook Chart Image Parameter Set.
  • Field Details

    • width

      @SerializedName(value="width", alternate="Width") @Expose @Nullable public Integer width
      The width.
    • height

      @SerializedName(value="height", alternate="Height") @Expose @Nullable public Integer height
      The height.
    • fittingMode

      @SerializedName(value="fittingMode", alternate="FittingMode") @Expose @Nullable public String fittingMode
      The fitting Mode.
  • Constructor Details

    • WorkbookChartImageParameterSet

      public WorkbookChartImageParameterSet()
      Instiaciates a new WorkbookChartImageParameterSet
    • WorkbookChartImageParameterSet

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