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