Package com.microsoft.graph.models
Class WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder
- Enclosing class:
WorkbookFunctionsOddFYieldParameterSet
public static final class WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsOddFYieldParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe basis parameter valueprotected com.google.gson.JsonElementThe firstCoupon parameter valueprotected com.google.gson.JsonElementThe frequency parameter valueprotected com.google.gson.JsonElementThe issue parameter valueprotected com.google.gson.JsonElementThe maturity parameter valueprotected com.google.gson.JsonElementThe pr parameter valueprotected com.google.gson.JsonElementThe rate parameter valueprotected com.google.gson.JsonElementThe redemption parameter valueprotected com.google.gson.JsonElementThe settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsOddFYieldParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithBasis(com.google.gson.JsonElement val) Sets the BasiswithFirstCoupon(com.google.gson.JsonElement val) Sets the FirstCouponwithFrequency(com.google.gson.JsonElement val) Sets the FrequencywithIssue(com.google.gson.JsonElement val) Sets the IssuewithMaturity(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 -
issue
@Nullable protected com.google.gson.JsonElement issueThe issue parameter value -
firstCoupon
@Nullable protected com.google.gson.JsonElement firstCouponThe firstCoupon 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
-
WorkbookFunctionsOddFYieldParameterSetBuilder
@Nullable protected WorkbookFunctionsOddFYieldParameterSetBuilder()Instanciates a new WorkbookFunctionsOddFYieldParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder 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 WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val) Sets the Maturity- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withIssue
@Nonnull public WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder withIssue(@Nullable com.google.gson.JsonElement val) Sets the Issue- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFirstCoupon
@Nonnull public WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder withFirstCoupon(@Nullable com.google.gson.JsonElement val) Sets the FirstCoupon- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRate
@Nonnull public WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder 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 WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder 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 WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder 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 WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder 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 WorkbookFunctionsOddFYieldParameterSet.WorkbookFunctionsOddFYieldParameterSetBuilder 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
-