Package com.microsoft.graph.models
Class WorkbookFunctionsMirrParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsMirrParameterSet
The class for the Workbook Functions Mirr Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsMirrParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe finance Rate.com.google.gson.JsonElementThe reinvest Rate.com.google.gson.JsonElementThe values. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsMirrParameterSetprotectedWorkbookFunctionsMirrParameterSet(WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsMirrParameterSet -
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
-
values
@SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement valuesThe values. -
financeRate
@SerializedName(value="financeRate", alternate="FinanceRate") @Expose @Nullable public com.google.gson.JsonElement financeRateThe finance Rate. -
reinvestRate
@SerializedName(value="reinvestRate", alternate="ReinvestRate") @Expose @Nullable public com.google.gson.JsonElement reinvestRateThe reinvest Rate.
-
-
Constructor Details
-
WorkbookFunctionsMirrParameterSet
public WorkbookFunctionsMirrParameterSet()Instiaciates a new WorkbookFunctionsMirrParameterSet -
WorkbookFunctionsMirrParameterSet
protected WorkbookFunctionsMirrParameterSet(@Nonnull WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsMirrParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsMirrParameterSet.WorkbookFunctionsMirrParameterSetBuilder 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
-