Package com.microsoft.graph.models
Class WorkbookFunctionsPermutationaParameterSet.WorkbookFunctionsPermutationaParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsPermutationaParameterSet.WorkbookFunctionsPermutationaParameterSetBuilder
- Enclosing class:
WorkbookFunctionsPermutationaParameterSet
public static final class WorkbookFunctionsPermutationaParameterSet.WorkbookFunctionsPermutationaParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsPermutationaParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe number parameter valueprotected com.google.gson.JsonElementThe numberChosen parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsPermutationaParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithNumber(com.google.gson.JsonElement val) Sets the NumberwithNumberChosen(com.google.gson.JsonElement val) Sets the NumberChosen
-
Field Details
-
number
@Nullable protected com.google.gson.JsonElement numberThe number parameter value -
numberChosen
@Nullable protected com.google.gson.JsonElement numberChosenThe numberChosen parameter value
-
-
Constructor Details
-
WorkbookFunctionsPermutationaParameterSetBuilder
@Nullable protected WorkbookFunctionsPermutationaParameterSetBuilder()Instanciates a new WorkbookFunctionsPermutationaParameterSetBuilder
-
-
Method Details
-
withNumber
@Nonnull public WorkbookFunctionsPermutationaParameterSet.WorkbookFunctionsPermutationaParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val) Sets the Number- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNumberChosen
@Nonnull public WorkbookFunctionsPermutationaParameterSet.WorkbookFunctionsPermutationaParameterSetBuilder withNumberChosen(@Nullable com.google.gson.JsonElement val) Sets the NumberChosen- 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
-