Package com.microsoft.graph.models
Class WorkbookFunctionsSlnParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsSlnParameterSet
The class for the Workbook Functions Sln Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsSlnParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsSlnParameterSetprotected
WorkbookFunctionsSlnParameterSet
(WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSlnParameterSet -
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
-
cost
@SerializedName(value="cost", alternate="Cost") @Expose @Nullable public com.google.gson.JsonElement costThe cost. -
salvage
@SerializedName(value="salvage", alternate="Salvage") @Expose @Nullable public com.google.gson.JsonElement salvageThe salvage. -
life
@SerializedName(value="life", alternate="Life") @Expose @Nullable public com.google.gson.JsonElement lifeThe life.
-
-
Constructor Details
-
WorkbookFunctionsSlnParameterSet
public WorkbookFunctionsSlnParameterSet()Instiaciates a new WorkbookFunctionsSlnParameterSet -
WorkbookFunctionsSlnParameterSet
protected WorkbookFunctionsSlnParameterSet(@Nonnull WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsSlnParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsSlnParameterSet.WorkbookFunctionsSlnParameterSetBuilder 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
-