Package com.microsoft.graph.models
Class WorkbookFunctionsFvParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFvParameterSet
The class for the Workbook Functions Fv Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsFvParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsFvParameterSetprotected
WorkbookFunctionsFvParameterSet
(WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFvParameterSet -
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. -
pmt
@SerializedName(value="pmt", alternate="Pmt") @Expose @Nullable public com.google.gson.JsonElement pmtThe pmt. -
pv
@SerializedName(value="pv", alternate="Pv") @Expose @Nullable public com.google.gson.JsonElement pvThe pv. -
type
@SerializedName(value="type", alternate="Type") @Expose @Nullable public com.google.gson.JsonElement typeThe type.
-
-
Constructor Details
-
WorkbookFunctionsFvParameterSet
public WorkbookFunctionsFvParameterSet()Instiaciates a new WorkbookFunctionsFvParameterSet -
WorkbookFunctionsFvParameterSet
protected WorkbookFunctionsFvParameterSet(@Nonnull WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFvParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsFvParameterSet.WorkbookFunctionsFvParameterSetBuilder 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
-