Package com.microsoft.graph.models
Class WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder
- Enclosing class:
WorkbookFunctionsYieldDiscParameterSet
public static final class WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsYieldDiscParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe basis parameter valueprotected com.google.gson.JsonElementThe maturity parameter valueprotected com.google.gson.JsonElementThe pr parameter valueprotected com.google.gson.JsonElementThe redemption parameter valueprotected com.google.gson.JsonElementThe settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsYieldDiscParameterSetBuilder -
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
-
WorkbookFunctionsYieldDiscParameterSetBuilder
@Nullable protected WorkbookFunctionsYieldDiscParameterSetBuilder()Instanciates a new WorkbookFunctionsYieldDiscParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder 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 WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder 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 WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder 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 WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder 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 WorkbookFunctionsYieldDiscParameterSet.WorkbookFunctionsYieldDiscParameterSetBuilder 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
-