Package com.microsoft.graph.models
Class WorkbookFunctionsT_DistParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsT_DistParameterSet
The class for the Workbook Functions T_Dist Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsT_DistParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe cumulative.com.google.gson.JsonElementThe deg Freedom.com.google.gson.JsonElementThe x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsT_DistParameterSetprotectedWorkbookFunctionsT_DistParameterSet(WorkbookFunctionsT_DistParameterSet.WorkbookFunctionsT_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsT_DistParameterSet -
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. -
cumulative
@SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulativeThe cumulative.
-
-
Constructor Details
-
WorkbookFunctionsT_DistParameterSet
public WorkbookFunctionsT_DistParameterSet()Instiaciates a new WorkbookFunctionsT_DistParameterSet -
WorkbookFunctionsT_DistParameterSet
protected WorkbookFunctionsT_DistParameterSet(@Nonnull WorkbookFunctionsT_DistParameterSet.WorkbookFunctionsT_DistParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsT_DistParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsT_DistParameterSet.WorkbookFunctionsT_DistParameterSetBuilder 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
-