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