Package com.microsoft.graph.models
Class WorkbookFunctionsWorkDay_IntlParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWorkDay_IntlParameterSet
The class for the Workbook Functions Work Day_Intl Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsWorkDay_IntlParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsWorkDay_IntlParameterSetprotected
WorkbookFunctionsWorkDay_IntlParameterSet
(WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWorkDay_IntlParameterSet -
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
-
startDate
@SerializedName(value="startDate", alternate="StartDate") @Expose @Nullable public com.google.gson.JsonElement startDateThe start Date. -
days
@SerializedName(value="days", alternate="Days") @Expose @Nullable public com.google.gson.JsonElement daysThe days. -
weekend
@SerializedName(value="weekend", alternate="Weekend") @Expose @Nullable public com.google.gson.JsonElement weekendThe weekend. -
holidays
@SerializedName(value="holidays", alternate="Holidays") @Expose @Nullable public com.google.gson.JsonElement holidaysThe holidays.
-
-
Constructor Details
-
WorkbookFunctionsWorkDay_IntlParameterSet
public WorkbookFunctionsWorkDay_IntlParameterSet()Instiaciates a new WorkbookFunctionsWorkDay_IntlParameterSet -
WorkbookFunctionsWorkDay_IntlParameterSet
protected WorkbookFunctionsWorkDay_IntlParameterSet(@Nonnull WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWorkDay_IntlParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsWorkDay_IntlParameterSet.WorkbookFunctionsWorkDay_IntlParameterSetBuilder 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
-