Package com.microsoft.graph.models
Class WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder
- Enclosing class:
WorkbookFunctionsAtan2ParameterSet
public static final class WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsAtan2ParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsAtan2ParameterSetBuilder -
Method Summary
-
Field Details
-
xNum
@Nullable protected com.google.gson.JsonElement xNumThe xNum parameter value -
yNum
@Nullable protected com.google.gson.JsonElement yNumThe yNum parameter value
-
-
Constructor Details
-
WorkbookFunctionsAtan2ParameterSetBuilder
@Nullable protected WorkbookFunctionsAtan2ParameterSetBuilder()Instanciates a new WorkbookFunctionsAtan2ParameterSetBuilder
-
-
Method Details
-
withXNum
@Nonnull public WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder withXNum(@Nullable com.google.gson.JsonElement val) Sets the XNum- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withYNum
@Nonnull public WorkbookFunctionsAtan2ParameterSet.WorkbookFunctionsAtan2ParameterSetBuilder withYNum(@Nullable com.google.gson.JsonElement val) Sets the YNum- 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
-