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