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