Package com.microsoft.graph.models
Class WorkbookFunctionsQuotientParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsQuotientParameterSet
The class for the Workbook Functions Quotient Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsQuotientParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe denominator.com.google.gson.JsonElementThe numerator. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsQuotientParameterSetprotectedWorkbookFunctionsQuotientParameterSet(WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsQuotientParameterSet -
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
-
numerator
@SerializedName(value="numerator", alternate="Numerator") @Expose @Nullable public com.google.gson.JsonElement numeratorThe numerator. -
denominator
@SerializedName(value="denominator", alternate="Denominator") @Expose @Nullable public com.google.gson.JsonElement denominatorThe denominator.
-
-
Constructor Details
-
WorkbookFunctionsQuotientParameterSet
public WorkbookFunctionsQuotientParameterSet()Instiaciates a new WorkbookFunctionsQuotientParameterSet -
WorkbookFunctionsQuotientParameterSet
protected WorkbookFunctionsQuotientParameterSet(@Nonnull WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsQuotientParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsQuotientParameterSet.WorkbookFunctionsQuotientParameterSetBuilder 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
-