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