Package com.microsoft.graph.models
Class WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder
- Enclosing class:
WorkbookFunctionsHypGeom_DistParameterSet
public static final class WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsHypGeom_DistParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe cumulative parameter valueprotected com.google.gson.JsonElementThe numberPop parameter valueprotected com.google.gson.JsonElementThe numberSample parameter valueprotected com.google.gson.JsonElementThe populationS parameter valueprotected com.google.gson.JsonElementThe sampleS parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsHypGeom_DistParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCumulative(com.google.gson.JsonElement val) Sets the CumulativewithNumberPop(com.google.gson.JsonElement val) Sets the NumberPopwithNumberSample(com.google.gson.JsonElement val) Sets the NumberSamplewithPopulationS(com.google.gson.JsonElement val) Sets the PopulationSwithSampleS(com.google.gson.JsonElement val) Sets the SampleS
-
Field Details
-
sampleS
@Nullable protected com.google.gson.JsonElement sampleSThe sampleS parameter value -
numberSample
@Nullable protected com.google.gson.JsonElement numberSampleThe numberSample parameter value -
populationS
@Nullable protected com.google.gson.JsonElement populationSThe populationS parameter value -
numberPop
@Nullable protected com.google.gson.JsonElement numberPopThe numberPop parameter value -
cumulative
@Nullable protected com.google.gson.JsonElement cumulativeThe cumulative parameter value
-
-
Constructor Details
-
WorkbookFunctionsHypGeom_DistParameterSetBuilder
@Nullable protected WorkbookFunctionsHypGeom_DistParameterSetBuilder()Instanciates a new WorkbookFunctionsHypGeom_DistParameterSetBuilder
-
-
Method Details
-
withSampleS
@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withSampleS(@Nullable com.google.gson.JsonElement val) Sets the SampleS- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumberSample
@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withNumberSample(@Nullable com.google.gson.JsonElement val) Sets the NumberSample- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPopulationS
@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withPopulationS(@Nullable com.google.gson.JsonElement val) Sets the PopulationS- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumberPop
@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withNumberPop(@Nullable com.google.gson.JsonElement val) Sets the NumberPop- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCumulative
@Nonnull public WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val) Sets the Cumulative- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-