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