Package com.microsoft.graph.models
Class WorkbookFunctionsF_Dist_RTParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsF_Dist_RTParameterSet
The class for the Workbook Functions F_Dist_RTParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsF_Dist_RTParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElement
The deg Freedom1.com.google.gson.JsonElement
The deg Freedom2.com.google.gson.JsonElement
The x. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsF_Dist_RTParameterSetprotected
WorkbookFunctionsF_Dist_RTParameterSet
(WorkbookFunctionsF_Dist_RTParameterSet.WorkbookFunctionsF_Dist_RTParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsF_Dist_RTParameterSet -
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. -
degFreedom1
@SerializedName(value="degFreedom1", alternate="DegFreedom1") @Expose @Nullable public com.google.gson.JsonElement degFreedom1The deg Freedom1. -
degFreedom2
@SerializedName(value="degFreedom2", alternate="DegFreedom2") @Expose @Nullable public com.google.gson.JsonElement degFreedom2The deg Freedom2.
-
-
Constructor Details
-
WorkbookFunctionsF_Dist_RTParameterSet
public WorkbookFunctionsF_Dist_RTParameterSet()Instiaciates a new WorkbookFunctionsF_Dist_RTParameterSet -
WorkbookFunctionsF_Dist_RTParameterSet
protected WorkbookFunctionsF_Dist_RTParameterSet(@Nonnull WorkbookFunctionsF_Dist_RTParameterSet.WorkbookFunctionsF_Dist_RTParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsF_Dist_RTParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsF_Dist_RTParameterSet.WorkbookFunctionsF_Dist_RTParameterSetBuilder 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
-