public class WorkbookFunctionsQuotientParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder
Fluent builder for the WorkbookFunctionsQuotientParameterSet
|
Modifier and Type | Field and Description |
---|---|
com.google.gson.JsonElement |
denominator
The denominator.
|
com.google.gson.JsonElement |
numerator
The numerator.
|
Modifier | Constructor and Description |
---|---|
|
WorkbookFunctionsQuotientParameterSet()
Instiaciates a new WorkbookFunctionsQuotientParameterSet
|
protected |
WorkbookFunctionsQuotientParameterSet(WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsQuotientParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="numerator", alternate="Numerator") @Expose @Nullable public com.google.gson.JsonElement numerator
@SerializedName(value="denominator", alternate="Denominator") @Expose @Nullable public com.google.gson.JsonElement denominator
public WorkbookFunctionsQuotientParameterSet()
protected WorkbookFunctionsQuotientParameterSet(@Nonnull WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()