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