Package com.microsoft.graph.models
Class WorkbookFunctionsAccrIntParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAccrIntParameterSet
The class for the Workbook Functions Accr Int Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsAccrIntParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe basis.com.google.gson.JsonElementThe calc Method.com.google.gson.JsonElementThe first Interest.com.google.gson.JsonElementThe frequency.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 WorkbookFunctionsAccrIntParameterSetprotectedWorkbookFunctionsAccrIntParameterSet(WorkbookFunctionsAccrIntParameterSet.WorkbookFunctionsAccrIntParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAccrIntParameterSet -
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. -
firstInterest
@SerializedName(value="firstInterest", alternate="FirstInterest") @Expose @Nullable public com.google.gson.JsonElement firstInterestThe first Interest. -
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. -
frequency
@SerializedName(value="frequency", alternate="Frequency") @Expose @Nullable public com.google.gson.JsonElement frequencyThe frequency. -
basis
@SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basisThe basis. -
calcMethod
@SerializedName(value="calcMethod", alternate="CalcMethod") @Expose @Nullable public com.google.gson.JsonElement calcMethodThe calc Method.
-
-
Constructor Details
-
WorkbookFunctionsAccrIntParameterSet
public WorkbookFunctionsAccrIntParameterSet()Instiaciates a new WorkbookFunctionsAccrIntParameterSet -
WorkbookFunctionsAccrIntParameterSet
protected WorkbookFunctionsAccrIntParameterSet(@Nonnull WorkbookFunctionsAccrIntParameterSet.WorkbookFunctionsAccrIntParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAccrIntParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsAccrIntParameterSet.WorkbookFunctionsAccrIntParameterSetBuilder 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
-