Package com.microsoft.graph.models
Class WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder
- Enclosing class:
- WorkbookFunctionsCoupDayBsParameterSet
public static final class WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsCoupDayBsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The basis parameter valueprotected com.google.gson.JsonElement
The frequency parameter valueprotected com.google.gson.JsonElement
The maturity parameter valueprotected com.google.gson.JsonElement
The settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsCoupDayBsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithBasis
(com.google.gson.JsonElement val) Sets the BasiswithFrequency
(com.google.gson.JsonElement val) Sets the FrequencywithMaturity
(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 -
frequency
@Nullable protected com.google.gson.JsonElement frequencyThe frequency parameter value -
basis
@Nullable protected com.google.gson.JsonElement basisThe basis parameter value
-
-
Constructor Details
-
WorkbookFunctionsCoupDayBsParameterSetBuilder
@Nullable protected WorkbookFunctionsCoupDayBsParameterSetBuilder()Instanciates a new WorkbookFunctionsCoupDayBsParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder 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 WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder withMaturity(@Nullable com.google.gson.JsonElement val) Sets the Maturity- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withFrequency
@Nonnull public WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder 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 WorkbookFunctionsCoupDayBsParameterSet.WorkbookFunctionsCoupDayBsParameterSetBuilder 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
-