Package com.microsoft.graph.models
Class WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder
- Enclosing class:
WorkbookFunctionsReceivedParameterSet
public static final class WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsReceivedParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The basis parameter valueprotected com.google.gson.JsonElement
The discount parameter valueprotected com.google.gson.JsonElement
The investment parameter valueprotected com.google.gson.JsonElement
The maturity parameter valueprotected com.google.gson.JsonElement
The settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsReceivedParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithBasis
(com.google.gson.JsonElement val) Sets the BasiswithDiscount
(com.google.gson.JsonElement val) Sets the DiscountwithInvestment
(com.google.gson.JsonElement val) Sets the InvestmentwithMaturity
(com.google.gson.JsonElement val) Sets the MaturitywithSettlement
(com.google.gson.JsonElement val) Sets the Settlement
-
Field Details
-
settlement
@Nullable protected com.google.gson.JsonElement settlementThe settlement parameter value -
maturity
@Nullable protected com.google.gson.JsonElement maturityThe maturity parameter value -
investment
@Nullable protected com.google.gson.JsonElement investmentThe investment parameter value -
discount
@Nullable protected com.google.gson.JsonElement discountThe discount parameter value -
basis
@Nullable protected com.google.gson.JsonElement basisThe basis parameter value
-
-
Constructor Details
-
WorkbookFunctionsReceivedParameterSetBuilder
@Nullable protected WorkbookFunctionsReceivedParameterSetBuilder()Instanciates a new WorkbookFunctionsReceivedParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder withSettlement(@Nullable com.google.gson.JsonElement val) Sets the Settlement- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withMaturity
@Nonnull public WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val) Sets the Maturity- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withInvestment
@Nonnull public WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder withInvestment(@Nullable com.google.gson.JsonElement val) Sets the Investment- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withDiscount
@Nonnull public WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder withDiscount(@Nullable com.google.gson.JsonElement val) Sets the Discount- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withBasis
@Nonnull public WorkbookFunctionsReceivedParameterSet.WorkbookFunctionsReceivedParameterSetBuilder withBasis(@Nullable com.google.gson.JsonElement val) Sets the Basis- 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
-