Package com.microsoft.graph.models
Class WorkbookFunctionsDollarDeParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDollarDeParameterSet
The class for the Workbook Functions Dollar De Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsDollarDeParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The fraction.com.google.gson.JsonElement
The fractional Dollar. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsDollarDeParameterSetprotected
WorkbookFunctionsDollarDeParameterSet
(WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDollarDeParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
fractionalDollar
@SerializedName(value="fractionalDollar", alternate="FractionalDollar") @Expose @Nullable public com.google.gson.JsonElement fractionalDollarThe fractional Dollar. -
fraction
@SerializedName(value="fraction", alternate="Fraction") @Expose @Nullable public com.google.gson.JsonElement fractionThe fraction.
-
-
Constructor Details
-
WorkbookFunctionsDollarDeParameterSet
public WorkbookFunctionsDollarDeParameterSet()Instiaciates a new WorkbookFunctionsDollarDeParameterSet -
WorkbookFunctionsDollarDeParameterSet
protected WorkbookFunctionsDollarDeParameterSet(@Nonnull WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDollarDeParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsDollarDeParameterSet.WorkbookFunctionsDollarDeParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-