Package com.microsoft.graph.models
Class WorkbookFunctionsT_InvParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsT_InvParameterSet
The class for the Workbook Functions T_Inv Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsT_InvParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The deg Freedom.com.google.gson.JsonElement
The probability. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsT_InvParameterSetprotected
WorkbookFunctionsT_InvParameterSet
(WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsT_InvParameterSet -
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
-
probability
@SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probabilityThe probability. -
degFreedom
@SerializedName(value="degFreedom", alternate="DegFreedom") @Expose @Nullable public com.google.gson.JsonElement degFreedomThe deg Freedom.
-
-
Constructor Details
-
WorkbookFunctionsT_InvParameterSet
public WorkbookFunctionsT_InvParameterSet()Instiaciates a new WorkbookFunctionsT_InvParameterSet -
WorkbookFunctionsT_InvParameterSet
protected WorkbookFunctionsT_InvParameterSet(@Nonnull WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsT_InvParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsT_InvParameterSet.WorkbookFunctionsT_InvParameterSetBuilder 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
-