Package com.microsoft.graph.models
Class WorkbookFunctionsNegBinom_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNegBinom_DistParameterSet
The class for the Workbook Functions Neg Binom_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsNegBinom_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe cumulative.com.google.gson.JsonElementThe number F.com.google.gson.JsonElementThe number S.com.google.gson.JsonElementThe probability S. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsNegBinom_DistParameterSetprotectedWorkbookFunctionsNegBinom_DistParameterSet(WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNegBinom_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
-
numberF
@SerializedName(value="numberF", alternate="NumberF") @Expose @Nullable public com.google.gson.JsonElement numberFThe number F. -
numberS
@SerializedName(value="numberS", alternate="NumberS") @Expose @Nullable public com.google.gson.JsonElement numberSThe number S. -
probabilityS
@SerializedName(value="probabilityS", alternate="ProbabilityS") @Expose @Nullable public com.google.gson.JsonElement probabilitySThe probability S. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsNegBinom_DistParameterSet
public WorkbookFunctionsNegBinom_DistParameterSet()Instiaciates a new WorkbookFunctionsNegBinom_DistParameterSet -
WorkbookFunctionsNegBinom_DistParameterSet
protected WorkbookFunctionsNegBinom_DistParameterSet(@Nonnull WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNegBinom_DistParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsNegBinom_DistParameterSet.WorkbookFunctionsNegBinom_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
-