Package com.microsoft.graph.models
Class WorkbookFunctionsFvscheduleParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsFvscheduleParameterSet
The class for the Workbook Functions Fvschedule Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsFvscheduleParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsFvscheduleParameterSetprotectedWorkbookFunctionsFvscheduleParameterSet(WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFvscheduleParameterSet -
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
-
principal
@SerializedName(value="principal", alternate="Principal") @Expose @Nullable public com.google.gson.JsonElement principalThe principal. -
schedule
@SerializedName(value="schedule", alternate="Schedule") @Expose @Nullable public com.google.gson.JsonElement scheduleThe schedule.
-
-
Constructor Details
-
WorkbookFunctionsFvscheduleParameterSet
public WorkbookFunctionsFvscheduleParameterSet()Instiaciates a new WorkbookFunctionsFvscheduleParameterSet -
WorkbookFunctionsFvscheduleParameterSet
protected WorkbookFunctionsFvscheduleParameterSet(@Nonnull WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsFvscheduleParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsFvscheduleParameterSet.WorkbookFunctionsFvscheduleParameterSetBuilder 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
-