Package com.microsoft.graph.models
Class WorkbookFunctionsDateParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDateParameterSet
The class for the Workbook Functions Date Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsDateParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsDateParameterSetprotected
WorkbookFunctionsDateParameterSet
(WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDateParameterSet -
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
-
year
@SerializedName(value="year", alternate="Year") @Expose @Nullable public com.google.gson.JsonElement yearThe year. -
month
@SerializedName(value="month", alternate="Month") @Expose @Nullable public com.google.gson.JsonElement monthThe month. -
day
@SerializedName(value="day", alternate="Day") @Expose @Nullable public com.google.gson.JsonElement dayThe day.
-
-
Constructor Details
-
WorkbookFunctionsDateParameterSet
public WorkbookFunctionsDateParameterSet()Instiaciates a new WorkbookFunctionsDateParameterSet -
WorkbookFunctionsDateParameterSet
protected WorkbookFunctionsDateParameterSet(@Nonnull WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDateParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsDateParameterSet.WorkbookFunctionsDateParameterSetBuilder 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
-