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