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