public class WorkbookTableColumnRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookTableColumn>
| Constructor and Description |
|---|
WorkbookTableColumnRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the WorkbookTableColumn
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookTableColumnRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
WorkbookTableColumnRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
WorkbookTableColumnDataBodyRangeRequestBuilder |
dataBodyRange()
Gets a builder to execute the method
|
WorkbookFilterRequestBuilder |
filter()
Gets the request builder for WorkbookFilter
|
WorkbookTableColumnHeaderRowRangeRequestBuilder |
headerRowRange()
Gets a builder to execute the method
|
WorkbookTableColumnRangeRequestBuilder |
range()
Gets a builder to execute the method
|
WorkbookTableColumnTotalRowRangeRequestBuilder |
totalRowRange()
Gets a builder to execute the method
|
public WorkbookTableColumnRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public WorkbookTableColumnRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public WorkbookTableColumnRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public WorkbookFilterRequestBuilder filter()
@Nonnull public WorkbookTableColumnDataBodyRangeRequestBuilder dataBodyRange()
@Nonnull public WorkbookTableColumnHeaderRowRangeRequestBuilder headerRowRange()
@Nonnull public WorkbookTableColumnRangeRequestBuilder range()
@Nonnull public WorkbookTableColumnTotalRowRangeRequestBuilder totalRowRange()