Package com.microsoft.graph.models
Class WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder
- Enclosing class:
WorkbookFunctionsAccrIntMParameterSet
public static final class WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsAccrIntMParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The basis parameter valueprotected com.google.gson.JsonElement
The issue parameter valueprotected com.google.gson.JsonElement
The par parameter valueprotected com.google.gson.JsonElement
The rate parameter valueprotected com.google.gson.JsonElement
The settlement parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsAccrIntMParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithBasis
(com.google.gson.JsonElement val) Sets the BasiswithIssue
(com.google.gson.JsonElement val) Sets the IssuewithPar
(com.google.gson.JsonElement val) Sets the ParwithRate
(com.google.gson.JsonElement val) Sets the RatewithSettlement
(com.google.gson.JsonElement val) Sets the Settlement
-
Field Details
-
issue
@Nullable protected com.google.gson.JsonElement issueThe issue parameter value -
settlement
@Nullable protected com.google.gson.JsonElement settlementThe settlement parameter value -
rate
@Nullable protected com.google.gson.JsonElement rateThe rate parameter value -
par
@Nullable protected com.google.gson.JsonElement parThe par parameter value -
basis
@Nullable protected com.google.gson.JsonElement basisThe basis parameter value
-
-
Constructor Details
-
WorkbookFunctionsAccrIntMParameterSetBuilder
@Nullable protected WorkbookFunctionsAccrIntMParameterSetBuilder()Instanciates a new WorkbookFunctionsAccrIntMParameterSetBuilder
-
-
Method Details
-
withIssue
@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withIssue(@Nullable com.google.gson.JsonElement val) Sets the Issue- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withSettlement
@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withSettlement(@Nullable com.google.gson.JsonElement val) Sets the Settlement- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withRate
@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withRate(@Nullable com.google.gson.JsonElement val) Sets the Rate- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPar
@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder withPar(@Nullable com.google.gson.JsonElement val) Sets the Par- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withBasis
@Nonnull public WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder 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
-