Package com.microsoft.graph.models
Class WorkbookFunctionsFloor_MathParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFloor_MathParameterSet
The class for the Workbook Functions Floor_Math Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsFloor_MathParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe mode.com.google.gson.JsonElementThe number.com.google.gson.JsonElementThe significance. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsFloor_MathParameterSetprotectedWorkbookFunctionsFloor_MathParameterSet(WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFloor_MathParameterSet -
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
-
number
@SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement numberThe number. -
significance
@SerializedName(value="significance", alternate="Significance") @Expose @Nullable public com.google.gson.JsonElement significanceThe significance. -
mode
@SerializedName(value="mode", alternate="Mode") @Expose @Nullable public com.google.gson.JsonElement modeThe mode.
-
-
Constructor Details
-
WorkbookFunctionsFloor_MathParameterSet
public WorkbookFunctionsFloor_MathParameterSet()Instiaciates a new WorkbookFunctionsFloor_MathParameterSet -
WorkbookFunctionsFloor_MathParameterSet
protected WorkbookFunctionsFloor_MathParameterSet(@Nonnull WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFloor_MathParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder 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
-