Package com.microsoft.graph.models
Class WorkbookFunctionsAtanhParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsAtanhParameterSet
The class for the Workbook Functions Atanh Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsAtanhParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsAtanhParameterSetprotectedWorkbookFunctionsAtanhParameterSet(WorkbookFunctionsAtanhParameterSet.WorkbookFunctionsAtanhParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAtanhParameterSet -
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
-
number
@SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement numberThe number.
-
-
Constructor Details
-
WorkbookFunctionsAtanhParameterSet
public WorkbookFunctionsAtanhParameterSet()Instiaciates a new WorkbookFunctionsAtanhParameterSet -
WorkbookFunctionsAtanhParameterSet
protected WorkbookFunctionsAtanhParameterSet(@Nonnull WorkbookFunctionsAtanhParameterSet.WorkbookFunctionsAtanhParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsAtanhParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsAtanhParameterSet.WorkbookFunctionsAtanhParameterSetBuilder 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
-