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