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