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