Package com.microsoft.graph.models
Class WorkbookFunctionsIntRateParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIntRateParameterSet
The class for the Workbook Functions Int Rate Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsIntRateParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The basis.com.google.gson.JsonElement
The investment.com.google.gson.JsonElement
The maturity.com.google.gson.JsonElement
The redemption.com.google.gson.JsonElement
The settlement. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsIntRateParameterSetprotected
WorkbookFunctionsIntRateParameterSet
(WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsIntRateParameterSet -
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
-
settlement
@SerializedName(value="settlement", alternate="Settlement") @Expose @Nullable public com.google.gson.JsonElement settlementThe settlement. -
maturity
@SerializedName(value="maturity", alternate="Maturity") @Expose @Nullable public com.google.gson.JsonElement maturityThe maturity. -
investment
@SerializedName(value="investment", alternate="Investment") @Expose @Nullable public com.google.gson.JsonElement investmentThe investment. -
redemption
@SerializedName(value="redemption", alternate="Redemption") @Expose @Nullable public com.google.gson.JsonElement redemptionThe redemption. -
basis
@SerializedName(value="basis", alternate="Basis") @Expose @Nullable public com.google.gson.JsonElement basisThe basis.
-
-
Constructor Details
-
WorkbookFunctionsIntRateParameterSet
public WorkbookFunctionsIntRateParameterSet()Instiaciates a new WorkbookFunctionsIntRateParameterSet -
WorkbookFunctionsIntRateParameterSet
protected WorkbookFunctionsIntRateParameterSet(@Nonnull WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsIntRateParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsIntRateParameterSet.WorkbookFunctionsIntRateParameterSetBuilder 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
-