Package com.microsoft.graph.models
Class WorkbookFunctionsIspmtParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsIspmtParameterSet
The class for the Workbook Functions Ispmt Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsIspmtParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsIspmtParameterSetprotectedWorkbookFunctionsIspmtParameterSet(WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsIspmtParameterSet -
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. -
per
@SerializedName(value="per", alternate="Per") @Expose @Nullable public com.google.gson.JsonElement perThe per. -
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.
-
-
Constructor Details
-
WorkbookFunctionsIspmtParameterSet
public WorkbookFunctionsIspmtParameterSet()Instiaciates a new WorkbookFunctionsIspmtParameterSet -
WorkbookFunctionsIspmtParameterSet
protected WorkbookFunctionsIspmtParameterSet(@Nonnull WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsIspmtParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsIspmtParameterSet.WorkbookFunctionsIspmtParameterSetBuilder 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
-