Package com.microsoft.graph.models
Class WorkbookFunctionsDays360ParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsDays360ParameterSet
The class for the Workbook Functions Days360Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WorkbookFunctionsDays360ParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsDays360ParameterSetprotected
WorkbookFunctionsDays360ParameterSet
(WorkbookFunctionsDays360ParameterSet.WorkbookFunctionsDays360ParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDays360ParameterSet -
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. -
method
@SerializedName(value="method", alternate="Method") @Expose @Nullable public com.google.gson.JsonElement methodThe method.
-
-
Constructor Details
-
WorkbookFunctionsDays360ParameterSet
public WorkbookFunctionsDays360ParameterSet()Instiaciates a new WorkbookFunctionsDays360ParameterSet -
WorkbookFunctionsDays360ParameterSet
protected WorkbookFunctionsDays360ParameterSet(@Nonnull WorkbookFunctionsDays360ParameterSet.WorkbookFunctionsDays360ParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsDays360ParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsDays360ParameterSet.WorkbookFunctionsDays360ParameterSetBuilder 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
-