Package com.microsoft.graph.models
Class WorkbookFunctionsPoisson_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPoisson_DistParameterSet
The class for the Workbook Functions Poisson_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsPoisson_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe cumulative.com.google.gson.JsonElementThe mean.com.google.gson.JsonElementThe x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsPoisson_DistParameterSetprotectedWorkbookFunctionsPoisson_DistParameterSet(WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPoisson_DistParameterSet -
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. -
mean
@SerializedName(value="mean", alternate="Mean") @Expose @Nullable public com.google.gson.JsonElement meanThe mean. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsPoisson_DistParameterSet
public WorkbookFunctionsPoisson_DistParameterSet()Instiaciates a new WorkbookFunctionsPoisson_DistParameterSet -
WorkbookFunctionsPoisson_DistParameterSet
protected WorkbookFunctionsPoisson_DistParameterSet(@Nonnull WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsPoisson_DistParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsPoisson_DistParameterSet.WorkbookFunctionsPoisson_DistParameterSetBuilder 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
-