Package com.microsoft.graph.models
Class WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder
- Enclosing class:
WorkbookFunctionsTbillPriceParameterSet
public static final class WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsTbillPriceParameterSet
-
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 WorkbookFunctionsTbillPriceParameterSetBuilder -
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
-
WorkbookFunctionsTbillPriceParameterSetBuilder
@Nullable protected WorkbookFunctionsTbillPriceParameterSetBuilder()Instanciates a new WorkbookFunctionsTbillPriceParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder 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 WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder 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 WorkbookFunctionsTbillPriceParameterSet.WorkbookFunctionsTbillPriceParameterSetBuilder 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
-