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