Package com.microsoft.graph.models
Class WorkbookFunctionsComplexParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsComplexParameterSet
The class for the Workbook Functions Complex Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsComplexParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsComplexParameterSetprotectedWorkbookFunctionsComplexParameterSet(WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsComplexParameterSet -
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
-
realNum
@SerializedName(value="realNum", alternate="RealNum") @Expose @Nullable public com.google.gson.JsonElement realNumThe real Num. -
iNum
@SerializedName(value="iNum", alternate="INum") @Expose @Nullable public com.google.gson.JsonElement iNumThe i Num. -
suffix
@SerializedName(value="suffix", alternate="Suffix") @Expose @Nullable public com.google.gson.JsonElement suffixThe suffix.
-
-
Constructor Details
-
WorkbookFunctionsComplexParameterSet
public WorkbookFunctionsComplexParameterSet()Instiaciates a new WorkbookFunctionsComplexParameterSet -
WorkbookFunctionsComplexParameterSet
protected WorkbookFunctionsComplexParameterSet(@Nonnull WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsComplexParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsComplexParameterSet.WorkbookFunctionsComplexParameterSetBuilder 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
-