Package com.microsoft.graph.models
Class WorkbookFunctionsTbillEqParameterSet.WorkbookFunctionsTbillEqParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTbillEqParameterSet.WorkbookFunctionsTbillEqParameterSetBuilder
- Enclosing class:
WorkbookFunctionsTbillEqParameterSet
public static final class WorkbookFunctionsTbillEqParameterSet.WorkbookFunctionsTbillEqParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTbillEqParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The discount parameter valueprotected com.google.gson.JsonElement
The maturity parameter valueprotected com.google.gson.JsonElement
The settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsTbillEqParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithDiscount
(com.google.gson.JsonElement val) Sets the DiscountwithMaturity
(com.google.gson.JsonElement val) Sets the MaturitywithSettlement
(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 -
discount
@Nullable protected com.google.gson.JsonElement discountThe discount parameter value
-
-
Constructor Details
-
WorkbookFunctionsTbillEqParameterSetBuilder
@Nullable protected WorkbookFunctionsTbillEqParameterSetBuilder()Instanciates a new WorkbookFunctionsTbillEqParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsTbillEqParameterSet.WorkbookFunctionsTbillEqParameterSetBuilder 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 WorkbookFunctionsTbillEqParameterSet.WorkbookFunctionsTbillEqParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val) Sets the Maturity- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withDiscount
@Nonnull public WorkbookFunctionsTbillEqParameterSet.WorkbookFunctionsTbillEqParameterSetBuilder withDiscount(@Nullable com.google.gson.JsonElement val) Sets the Discount- 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
-