Package com.microsoft.graph.models
Class WorkbookFunctionsBesselKParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBesselKParameterSet
The class for the Workbook Functions Bessel KParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsBesselKParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBesselKParameterSetprotected
WorkbookFunctionsBesselKParameterSet
(WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBesselKParameterSet -
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. -
n
@SerializedName(value="n", alternate="N") @Expose @Nullable public com.google.gson.JsonElement nThe n.
-
-
Constructor Details
-
WorkbookFunctionsBesselKParameterSet
public WorkbookFunctionsBesselKParameterSet()Instiaciates a new WorkbookFunctionsBesselKParameterSet -
WorkbookFunctionsBesselKParameterSet
protected WorkbookFunctionsBesselKParameterSet(@Nonnull WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBesselKParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBesselKParameterSet.WorkbookFunctionsBesselKParameterSetBuilder 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
-