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