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