Package com.microsoft.graph.models
Class WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder
- Enclosing class:
WorkbookFunctionsYieldMatParameterSet
public static final class WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsYieldMatParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe basis 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 settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsYieldMatParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithBasis(com.google.gson.JsonElement val) Sets the BasiswithIssue(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 RatewithSettlement(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 -
rate
@Nullable protected com.google.gson.JsonElement rateThe rate parameter value -
pr
@Nullable protected com.google.gson.JsonElement prThe pr parameter value -
basis
@Nullable protected com.google.gson.JsonElement basisThe basis parameter value
-
-
Constructor Details
-
WorkbookFunctionsYieldMatParameterSetBuilder
@Nullable protected WorkbookFunctionsYieldMatParameterSetBuilder()Instanciates a new WorkbookFunctionsYieldMatParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder 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 WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder 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 WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder withIssue(@Nullable com.google.gson.JsonElement val) Sets the Issue- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRate
@Nonnull public WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder 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 WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder withPr(@Nullable com.google.gson.JsonElement val) Sets the Pr- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withBasis
@Nonnull public WorkbookFunctionsYieldMatParameterSet.WorkbookFunctionsYieldMatParameterSetBuilder 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
-