Package com.microsoft.graph.models
Class WorkbookFunctionsCoupNumParameterSet.WorkbookFunctionsCoupNumParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCoupNumParameterSet.WorkbookFunctionsCoupNumParameterSetBuilder
- Enclosing class:
WorkbookFunctionsCoupNumParameterSet
public static final class WorkbookFunctionsCoupNumParameterSet.WorkbookFunctionsCoupNumParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsCoupNumParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElementThe basis parameter valueprotected com.google.gson.JsonElementThe frequency parameter valueprotected com.google.gson.JsonElementThe maturity parameter valueprotected com.google.gson.JsonElementThe settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFunctionsCoupNumParameterSetBuilder -
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
-
WorkbookFunctionsCoupNumParameterSetBuilder
@Nullable protected WorkbookFunctionsCoupNumParameterSetBuilder()Instanciates a new WorkbookFunctionsCoupNumParameterSetBuilder
-
-
Method Details
-
withSettlement
@Nonnull public WorkbookFunctionsCoupNumParameterSet.WorkbookFunctionsCoupNumParameterSetBuilder 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 WorkbookFunctionsCoupNumParameterSet.WorkbookFunctionsCoupNumParameterSetBuilder 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 WorkbookFunctionsCoupNumParameterSet.WorkbookFunctionsCoupNumParameterSetBuilder 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 WorkbookFunctionsCoupNumParameterSet.WorkbookFunctionsCoupNumParameterSetBuilder 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
-