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