public class WorkbookFunctionsConcatenateParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsConcatenateParameterSet.WorkbookFunctionsConcatenateParameterSetBuilder
Fluent builder for the WorkbookFunctionsConcatenateParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
values
The values.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsConcatenateParameterSet()
Instiaciates a new WorkbookFunctionsConcatenateParameterSet
|
protected |
WorkbookFunctionsConcatenateParameterSet(WorkbookFunctionsConcatenateParameterSet.WorkbookFunctionsConcatenateParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsConcatenateParameterSet
|
| 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 WorkbookFunctionsConcatenateParameterSet.WorkbookFunctionsConcatenateParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="values",
alternate="Values")
@Expose
@Nullable
public com.google.gson.JsonElement values
public WorkbookFunctionsConcatenateParameterSet()
protected WorkbookFunctionsConcatenateParameterSet(@Nonnull
WorkbookFunctionsConcatenateParameterSet.WorkbookFunctionsConcatenateParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsConcatenateParameterSet.WorkbookFunctionsConcatenateParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()