Package com.microsoft.graph.models
Class WorkbookFunctionsAccrIntMParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAccrIntMParameterSet
The class for the Workbook Functions Accr Int MParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsAccrIntMParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe basis.com.google.gson.JsonElementThe issue.com.google.gson.JsonElementThe par.com.google.gson.JsonElementThe rate.com.google.gson.JsonElementThe settlement. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsAccrIntMParameterSetprotectedWorkbookFunctionsAccrIntMParameterSet(WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAccrIntMParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
issue
@SerializedName(value="issue", alternate="Issue") @Expose @Nullable public com.google.gson.JsonElement issueThe issue. -
settlement
@SerializedName(value="settlement", alternate="Settlement") @Expose @Nullable public com.google.gson.JsonElement settlementThe settlement. -
rate
@SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rateThe rate. -
par
@SerializedName(value="par", alternate="Par") @Expose @Nullable public com.google.gson.JsonElement parThe par. -
basis
@SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basisThe basis.
-
-
Constructor Details
-
WorkbookFunctionsAccrIntMParameterSet
public WorkbookFunctionsAccrIntMParameterSet()Instiaciates a new WorkbookFunctionsAccrIntMParameterSet -
WorkbookFunctionsAccrIntMParameterSet
protected WorkbookFunctionsAccrIntMParameterSet(@Nonnull WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAccrIntMParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsAccrIntMParameterSet.WorkbookFunctionsAccrIntMParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-