Package com.microsoft.graph.models
Class WorkbookFunctionsGammaLnParameterSet.WorkbookFunctionsGammaLnParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsGammaLnParameterSet.WorkbookFunctionsGammaLnParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsGammaLnParameterSet
public static final class WorkbookFunctionsGammaLnParameterSet.WorkbookFunctionsGammaLnParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsGammaLnParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsGammaLnParameterSetBuilder -
Method Summary
-
Field Details
-
x
@Nullable protected com.google.gson.JsonElement xThe x parameter value
-
-
Constructor Details
-
WorkbookFunctionsGammaLnParameterSetBuilder
@Nullable protected WorkbookFunctionsGammaLnParameterSetBuilder()Instanciates a new WorkbookFunctionsGammaLnParameterSetBuilder
-
-
Method Details
-
withX
@Nonnull public WorkbookFunctionsGammaLnParameterSet.WorkbookFunctionsGammaLnParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val) Sets the X- 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
-