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