Package com.microsoft.graph.models
Class WorkbookFunctionsNetworkDays_IntlParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsNetworkDays_IntlParameterSet
The class for the Workbook Functions Network Days_Intl Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsNetworkDays_IntlParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsNetworkDays_IntlParameterSetprotectedWorkbookFunctionsNetworkDays_IntlParameterSet(WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNetworkDays_IntlParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilderGets 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. -
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
-
WorkbookFunctionsNetworkDays_IntlParameterSet
public WorkbookFunctionsNetworkDays_IntlParameterSet()Instiaciates a new WorkbookFunctionsNetworkDays_IntlParameterSet -
WorkbookFunctionsNetworkDays_IntlParameterSet
protected WorkbookFunctionsNetworkDays_IntlParameterSet(@Nonnull WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_IntlParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsNetworkDays_IntlParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsNetworkDays_IntlParameterSet.WorkbookFunctionsNetworkDays_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
-