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