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