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