Package com.microsoft.graph.models
Class WorkbookFunctionsErf_PreciseParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsErf_PreciseParameterSet
The class for the Workbook Functions Erf_Precise Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsErf_PreciseParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsErf_PreciseParameterSetprotected
WorkbookFunctionsErf_PreciseParameterSet
(WorkbookFunctionsErf_PreciseParameterSet.WorkbookFunctionsErf_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsErf_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
-
x
@SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement xThe x.
-
-
Constructor Details
-
WorkbookFunctionsErf_PreciseParameterSet
public WorkbookFunctionsErf_PreciseParameterSet()Instiaciates a new WorkbookFunctionsErf_PreciseParameterSet -
WorkbookFunctionsErf_PreciseParameterSet
protected WorkbookFunctionsErf_PreciseParameterSet(@Nonnull WorkbookFunctionsErf_PreciseParameterSet.WorkbookFunctionsErf_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsErf_PreciseParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsErf_PreciseParameterSet.WorkbookFunctionsErf_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
-