Package com.microsoft.graph.models
Class WorkbookFunctionsWorkDayParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsWorkDayParameterSet
The class for the Workbook Functions Work Day Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsWorkDayParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsWorkDayParameterSetprotectedWorkbookFunctionsWorkDayParameterSet(WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWorkDayParameterSet -
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. -
holidays
@SerializedName(value="holidays", alternate="Holidays") @Expose @Nullable public com.google.gson.JsonElement holidaysThe holidays.
-
-
Constructor Details
-
WorkbookFunctionsWorkDayParameterSet
public WorkbookFunctionsWorkDayParameterSet()Instiaciates a new WorkbookFunctionsWorkDayParameterSet -
WorkbookFunctionsWorkDayParameterSet
protected WorkbookFunctionsWorkDayParameterSet(@Nonnull WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsWorkDayParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsWorkDayParameterSet.WorkbookFunctionsWorkDayParameterSetBuilder 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
-