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