Package com.microsoft.graph.models
Class WorkbookFunctionsEffectParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsEffectParameterSet
The class for the Workbook Functions Effect Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsEffectParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The nominal Rate.com.google.gson.JsonElement
The npery. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsEffectParameterSetprotected
WorkbookFunctionsEffectParameterSet
(WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsEffectParameterSet -
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
-
nominalRate
@SerializedName(value="nominalRate", alternate="NominalRate") @Expose @Nullable public com.google.gson.JsonElement nominalRateThe nominal Rate. -
npery
@SerializedName(value="npery", alternate="Npery") @Expose @Nullable public com.google.gson.JsonElement nperyThe npery.
-
-
Constructor Details
-
WorkbookFunctionsEffectParameterSet
public WorkbookFunctionsEffectParameterSet()Instiaciates a new WorkbookFunctionsEffectParameterSet -
WorkbookFunctionsEffectParameterSet
protected WorkbookFunctionsEffectParameterSet(@Nonnull WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsEffectParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsEffectParameterSet.WorkbookFunctionsEffectParameterSetBuilder 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
-