Package com.microsoft.graph.models
Class WorkbookFunctionsBesselJParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsBesselJParameterSet
The class for the Workbook Functions Bessel JParameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsBesselJParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsBesselJParameterSetprotectedWorkbookFunctionsBesselJParameterSet(WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBesselJParameterSet -
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
-
WorkbookFunctionsBesselJParameterSet
public WorkbookFunctionsBesselJParameterSet()Instiaciates a new WorkbookFunctionsBesselJParameterSet -
WorkbookFunctionsBesselJParameterSet
protected WorkbookFunctionsBesselJParameterSet(@Nonnull WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsBesselJParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsBesselJParameterSet.WorkbookFunctionsBesselJParameterSetBuilder 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
-