Package com.microsoft.graph.models
Class WorkbookFunctionsCumIPmtParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCumIPmtParameterSet
The class for the Workbook Functions Cum IPmt Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsCumIPmtParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The end Period.com.google.gson.JsonElement
The nper.com.google.gson.JsonElement
The pv.com.google.gson.JsonElement
The rate.com.google.gson.JsonElement
The start Period.com.google.gson.JsonElement
The type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsCumIPmtParameterSetprotected
WorkbookFunctionsCumIPmtParameterSet
(WorkbookFunctionsCumIPmtParameterSet.WorkbookFunctionsCumIPmtParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsCumIPmtParameterSet -
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
-
rate
@SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rateThe rate. -
nper
@SerializedName(value="nper", alternate="Nper") @Expose @Nullable public com.google.gson.JsonElement nperThe nper. -
pv
@SerializedName(value="pv", alternate="Pv") @Expose @Nullable public com.google.gson.JsonElement pvThe pv. -
startPeriod
@SerializedName(value="startPeriod", alternate="StartPeriod") @Expose @Nullable public com.google.gson.JsonElement startPeriodThe start Period. -
endPeriod
@SerializedName(value="endPeriod", alternate="EndPeriod") @Expose @Nullable public com.google.gson.JsonElement endPeriodThe end Period. -
type
@SerializedName(value="type", alternate="Type") @Expose @Nullable public com.google.gson.JsonElement typeThe type.
-
-
Constructor Details
-
WorkbookFunctionsCumIPmtParameterSet
public WorkbookFunctionsCumIPmtParameterSet()Instiaciates a new WorkbookFunctionsCumIPmtParameterSet -
WorkbookFunctionsCumIPmtParameterSet
protected WorkbookFunctionsCumIPmtParameterSet(@Nonnull WorkbookFunctionsCumIPmtParameterSet.WorkbookFunctionsCumIPmtParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsCumIPmtParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsCumIPmtParameterSet.WorkbookFunctionsCumIPmtParameterSetBuilder 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
-