Package com.microsoft.graph.models
Class WorkbookFunctionsFloor_PreciseParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFloor_PreciseParameterSet
The class for the Workbook Functions Floor_Precise Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsFloor_PreciseParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe number.com.google.gson.JsonElementThe significance. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsFloor_PreciseParameterSetprotectedWorkbookFunctionsFloor_PreciseParameterSet(WorkbookFunctionsFloor_PreciseParameterSet.WorkbookFunctionsFloor_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFloor_PreciseParameterSet -
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.
-
-
Constructor Details
-
WorkbookFunctionsFloor_PreciseParameterSet
public WorkbookFunctionsFloor_PreciseParameterSet()Instiaciates a new WorkbookFunctionsFloor_PreciseParameterSet -
WorkbookFunctionsFloor_PreciseParameterSet
protected WorkbookFunctionsFloor_PreciseParameterSet(@Nonnull WorkbookFunctionsFloor_PreciseParameterSet.WorkbookFunctionsFloor_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFloor_PreciseParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsFloor_PreciseParameterSet.WorkbookFunctionsFloor_PreciseParameterSetBuilder 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
-