Package com.microsoft.graph.models
Class WorkbookFunctionsVdbParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsVdbParameterSet
The class for the Workbook Functions Vdb Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsVdbParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The cost.com.google.gson.JsonElement
The end Period.com.google.gson.JsonElement
The factor.com.google.gson.JsonElement
The life.com.google.gson.JsonElement
The no Switch.com.google.gson.JsonElement
The salvage.com.google.gson.JsonElement
The start Period. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsVdbParameterSetprotected
WorkbookFunctionsVdbParameterSet
(WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsVdbParameterSet -
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. -
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. -
factor
@SerializedName(value="factor", alternate="Factor") @Expose @Nullable public com.google.gson.JsonElement factorThe factor. -
noSwitch
@SerializedName(value="noSwitch", alternate="NoSwitch") @Expose @Nullable public com.google.gson.JsonElement noSwitchThe no Switch.
-
-
Constructor Details
-
WorkbookFunctionsVdbParameterSet
public WorkbookFunctionsVdbParameterSet()Instiaciates a new WorkbookFunctionsVdbParameterSet -
WorkbookFunctionsVdbParameterSet
protected WorkbookFunctionsVdbParameterSet(@Nonnull WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsVdbParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsVdbParameterSet.WorkbookFunctionsVdbParameterSetBuilder 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
-