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