Package com.microsoft.graph.models
Class WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder
- Enclosing class:
WorkbookFunctionsXirrParameterSet
public static final class WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsXirrParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsXirrParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDates(com.google.gson.JsonElement val) Sets the DateswithGuess(com.google.gson.JsonElement val) Sets the GuesswithValues(com.google.gson.JsonElement val) Sets the Values
-
Field Details
-
values
@Nullable protected com.google.gson.JsonElement valuesThe values parameter value -
dates
@Nullable protected com.google.gson.JsonElement datesThe dates parameter value -
guess
@Nullable protected com.google.gson.JsonElement guessThe guess parameter value
-
-
Constructor Details
-
WorkbookFunctionsXirrParameterSetBuilder
@Nullable protected WorkbookFunctionsXirrParameterSetBuilder()Instanciates a new WorkbookFunctionsXirrParameterSetBuilder
-
-
Method Details
-
withValues
@Nonnull public WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder withValues(@Nullable com.google.gson.JsonElement val) Sets the Values- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDates
@Nonnull public WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder withDates(@Nullable com.google.gson.JsonElement val) Sets the Dates- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withGuess
@Nonnull public WorkbookFunctionsXirrParameterSet.WorkbookFunctionsXirrParameterSetBuilder withGuess(@Nullable com.google.gson.JsonElement val) Sets the Guess- 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
-