Package com.microsoft.graph.models
Class WorkbookFunctionsCumPrincParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsCumPrincParameterSet
The class for the Workbook Functions Cum Princ Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsCumPrincParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe end Period.com.google.gson.JsonElementThe nper.com.google.gson.JsonElementThe pv.com.google.gson.JsonElementThe rate.com.google.gson.JsonElementThe start Period.com.google.gson.JsonElementThe type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsCumPrincParameterSetprotectedWorkbookFunctionsCumPrincParameterSet(WorkbookFunctionsCumPrincParameterSet.WorkbookFunctionsCumPrincParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsCumPrincParameterSet -
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
-
WorkbookFunctionsCumPrincParameterSet
public WorkbookFunctionsCumPrincParameterSet()Instiaciates a new WorkbookFunctionsCumPrincParameterSet -
WorkbookFunctionsCumPrincParameterSet
protected WorkbookFunctionsCumPrincParameterSet(@Nonnull WorkbookFunctionsCumPrincParameterSet.WorkbookFunctionsCumPrincParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsCumPrincParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsCumPrincParameterSet.WorkbookFunctionsCumPrincParameterSetBuilder 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
-