Package com.microsoft.graph.models
Class WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder
- Enclosing class:
WorkbookFunctionsTbillYieldParameterSet
public static final class WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTbillYieldParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe maturity parameter valueprotected com.google.gson.JsonElementThe pr parameter valueprotected com.google.gson.JsonElementThe settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsTbillYieldParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithMaturity(com.google.gson.JsonElement val) Sets the MaturitywithPr(com.google.gson.JsonElement val) Sets the PrwithSettlement(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
-
-
Constructor Details
-
WorkbookFunctionsTbillYieldParameterSetBuilder
@Nullable protected WorkbookFunctionsTbillYieldParameterSetBuilder()Instanciates a new WorkbookFunctionsTbillYieldParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder 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 WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder 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 WorkbookFunctionsTbillYieldParameterSet.WorkbookFunctionsTbillYieldParameterSetBuilder withPr(@Nullable com.google.gson.JsonElement val) Sets the Pr- 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
-