Package com.microsoft.graph.models
Class WorkbookFunctionsTimeParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsTimeParameterSet
The class for the Workbook Functions Time Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsTimeParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsTimeParameterSetprotected
WorkbookFunctionsTimeParameterSet
(WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsTimeParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
hour
@SerializedName(value="hour", alternate="Hour") @Expose @Nullable public com.google.gson.JsonElement hourThe hour. -
minute
@SerializedName(value="minute", alternate="Minute") @Expose @Nullable public com.google.gson.JsonElement minuteThe minute. -
second
@SerializedName(value="second", alternate="Second") @Expose @Nullable public com.google.gson.JsonElement secondThe second.
-
-
Constructor Details
-
WorkbookFunctionsTimeParameterSet
public WorkbookFunctionsTimeParameterSet()Instiaciates a new WorkbookFunctionsTimeParameterSet -
WorkbookFunctionsTimeParameterSet
protected WorkbookFunctionsTimeParameterSet(@Nonnull WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsTimeParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsTimeParameterSet.WorkbookFunctionsTimeParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-