Package com.microsoft.graph.models
Class WorkbookFunctionsDollarFrParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDollarFrParameterSet
The class for the Workbook Functions Dollar Fr Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsDollarFrParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe decimal Dollar.com.google.gson.JsonElementThe fraction. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsDollarFrParameterSetprotectedWorkbookFunctionsDollarFrParameterSet(WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDollarFrParameterSet -
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
-
decimalDollar
@SerializedName(value="decimalDollar", alternate="DecimalDollar") @Expose @Nullable public com.google.gson.JsonElement decimalDollarThe decimal Dollar. -
fraction
@SerializedName(value="fraction", alternate="Fraction") @Expose @Nullable public com.google.gson.JsonElement fractionThe fraction.
-
-
Constructor Details
-
WorkbookFunctionsDollarFrParameterSet
public WorkbookFunctionsDollarFrParameterSet()Instiaciates a new WorkbookFunctionsDollarFrParameterSet -
WorkbookFunctionsDollarFrParameterSet
protected WorkbookFunctionsDollarFrParameterSet(@Nonnull WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDollarFrParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsDollarFrParameterSet.WorkbookFunctionsDollarFrParameterSetBuilder 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
-