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