Package com.microsoft.graph.models
Class WorkbookFunctionsCeiling_PreciseParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCeiling_PreciseParameterSet
The class for the Workbook Functions Ceiling_Precise Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsCeiling_PreciseParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe number.com.google.gson.JsonElementThe significance. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsCeiling_PreciseParameterSetprotectedWorkbookFunctionsCeiling_PreciseParameterSet(WorkbookFunctionsCeiling_PreciseParameterSet.WorkbookFunctionsCeiling_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsCeiling_PreciseParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic WorkbookFunctionsCeiling_PreciseParameterSet.WorkbookFunctionsCeiling_PreciseParameterSetBuilderGets 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
-
WorkbookFunctionsCeiling_PreciseParameterSet
public WorkbookFunctionsCeiling_PreciseParameterSet()Instiaciates a new WorkbookFunctionsCeiling_PreciseParameterSet -
WorkbookFunctionsCeiling_PreciseParameterSet
protected WorkbookFunctionsCeiling_PreciseParameterSet(@Nonnull WorkbookFunctionsCeiling_PreciseParameterSet.WorkbookFunctionsCeiling_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsCeiling_PreciseParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsCeiling_PreciseParameterSet.WorkbookFunctionsCeiling_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
-