Package com.microsoft.graph.models
Class WorkbookFunctionsErfC_PreciseParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsErfC_PreciseParameterSet
The class for the Workbook Functions Erf C_Precise Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsErfC_PreciseParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsErfC_PreciseParameterSetprotected
WorkbookFunctionsErfC_PreciseParameterSet
(WorkbookFunctionsErfC_PreciseParameterSet.WorkbookFunctionsErfC_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsErfC_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
-
WorkbookFunctionsErfC_PreciseParameterSet
public WorkbookFunctionsErfC_PreciseParameterSet()Instiaciates a new WorkbookFunctionsErfC_PreciseParameterSet -
WorkbookFunctionsErfC_PreciseParameterSet
protected WorkbookFunctionsErfC_PreciseParameterSet(@Nonnull WorkbookFunctionsErfC_PreciseParameterSet.WorkbookFunctionsErfC_PreciseParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsErfC_PreciseParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsErfC_PreciseParameterSet.WorkbookFunctionsErfC_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
-