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