Package com.microsoft.graph.models
Class WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder
- Enclosing class:
WorkbookFunctionsDiscParameterSet
public static final class WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsDiscParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The basis parameter valueprotected com.google.gson.JsonElement
The maturity parameter valueprotected com.google.gson.JsonElement
The pr parameter valueprotected com.google.gson.JsonElement
The redemption parameter valueprotected com.google.gson.JsonElement
The settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsDiscParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithBasis
(com.google.gson.JsonElement val) Sets the BasiswithMaturity
(com.google.gson.JsonElement val) Sets the MaturitywithPr
(com.google.gson.JsonElement val) Sets the PrwithRedemption
(com.google.gson.JsonElement val) Sets the RedemptionwithSettlement
(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 -
pr
@Nullable protected com.google.gson.JsonElement prThe pr parameter value -
redemption
@Nullable protected com.google.gson.JsonElement redemptionThe redemption parameter value -
basis
@Nullable protected com.google.gson.JsonElement basisThe basis parameter value
-
-
Constructor Details
-
WorkbookFunctionsDiscParameterSetBuilder
@Nullable protected WorkbookFunctionsDiscParameterSetBuilder()Instanciates a new WorkbookFunctionsDiscParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder 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 WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val) Sets the Maturity- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPr
@Nonnull public WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder withPr(@Nullable com.google.gson.JsonElement val) Sets the Pr- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withRedemption
@Nonnull public WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder withRedemption(@Nullable com.google.gson.JsonElement val) Sets the Redemption- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withBasis
@Nonnull public WorkbookFunctionsDiscParameterSet.WorkbookFunctionsDiscParameterSetBuilder 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
-