Package com.microsoft.graph.models
Class WorkbookFunctionsNorm_S_InvParameterSet.WorkbookFunctionsNorm_S_InvParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNorm_S_InvParameterSet.WorkbookFunctionsNorm_S_InvParameterSetBuilder
- Enclosing class:
WorkbookFunctionsNorm_S_InvParameterSet
public static final class WorkbookFunctionsNorm_S_InvParameterSet.WorkbookFunctionsNorm_S_InvParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsNorm_S_InvParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe probability parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsNorm_S_InvParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithProbability(com.google.gson.JsonElement val) Sets the Probability
-
Field Details
-
probability
@Nullable protected com.google.gson.JsonElement probabilityThe probability parameter value
-
-
Constructor Details
-
WorkbookFunctionsNorm_S_InvParameterSetBuilder
@Nullable protected WorkbookFunctionsNorm_S_InvParameterSetBuilder()Instanciates a new WorkbookFunctionsNorm_S_InvParameterSetBuilder
-
-
Method Details
-
withProbability
@Nonnull public WorkbookFunctionsNorm_S_InvParameterSet.WorkbookFunctionsNorm_S_InvParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val) Sets the Probability- 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
-