Package com.microsoft.graph.models
Class WorkbookFunctionsHypGeom_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHypGeom_DistParameterSet
The class for the Workbook Functions Hyp Geom_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsHypGeom_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe cumulative.com.google.gson.JsonElementThe number Pop.com.google.gson.JsonElementThe number Sample.com.google.gson.JsonElementThe population S.com.google.gson.JsonElementThe sample S. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsHypGeom_DistParameterSetprotectedWorkbookFunctionsHypGeom_DistParameterSet(WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsHypGeom_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
-
sampleS
@SerializedName(value="sampleS", alternate="SampleS") @Expose @Nullable public com.google.gson.JsonElement sampleSThe sample S. -
numberSample
@SerializedName(value="numberSample", alternate="NumberSample") @Expose @Nullable public com.google.gson.JsonElement numberSampleThe number Sample. -
populationS
@SerializedName(value="populationS", alternate="PopulationS") @Expose @Nullable public com.google.gson.JsonElement populationSThe population S. -
numberPop
@SerializedName(value="numberPop", alternate="NumberPop") @Expose @Nullable public com.google.gson.JsonElement numberPopThe number Pop. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsHypGeom_DistParameterSet
public WorkbookFunctionsHypGeom_DistParameterSet()Instiaciates a new WorkbookFunctionsHypGeom_DistParameterSet -
WorkbookFunctionsHypGeom_DistParameterSet
protected WorkbookFunctionsHypGeom_DistParameterSet(@Nonnull WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsHypGeom_DistParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_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
-