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