Package com.microsoft.graph.models
Class WorkbookRangeFillClearParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookRangeFillClearParameterSet
The class for the Workbook Range Fill Clear Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookRangeFillClearParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookRangeFillClearParameterSetprotectedWorkbookRangeFillClearParameterSet(WorkbookRangeFillClearParameterSet.WorkbookRangeFillClearParameterSetBuilder builder) Instiaciates a new WorkbookRangeFillClearParameterSet -
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
-
Constructor Details
-
WorkbookRangeFillClearParameterSet
public WorkbookRangeFillClearParameterSet()Instiaciates a new WorkbookRangeFillClearParameterSet -
WorkbookRangeFillClearParameterSet
protected WorkbookRangeFillClearParameterSet(@Nonnull WorkbookRangeFillClearParameterSet.WorkbookRangeFillClearParameterSetBuilder builder) Instiaciates a new WorkbookRangeFillClearParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookRangeFillClearParameterSet.WorkbookRangeFillClearParameterSetBuilder 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
-