public class WorkbookTableItemAtRequestBuilder extends com.microsoft.graph.http.BaseFunctionRequestBuilder<WorkbookTable>
| Constructor and Description |
|---|
WorkbookTableItemAtRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this WorkbookTableItemAt
|
WorkbookTableItemAtRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
WorkbookTableItemAtParameterSet parameters)
The request builder for this WorkbookTableItemAt
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookTableItemAtRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the WorkbookTableItemAtRequest with specific requestOptions instead of the existing requestOptions
|
WorkbookTableItemAtRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the WorkbookTableItemAtRequest
|
WorkbookTableColumnCollectionRequestBuilder |
columns()
Gets a request builder for the WorkbookTableColumn collection
|
WorkbookTableColumnRequestBuilder |
columns(java.lang.String id)
Gets a request builder for the WorkbookTableColumn item
|
WorkbookTableRowCollectionRequestBuilder |
rows()
Gets a request builder for the WorkbookTableRow collection
|
WorkbookTableRowRequestBuilder |
rows(java.lang.String id)
Gets a request builder for the WorkbookTableRow item
|
WorkbookTableSortRequestBuilder |
sort()
Gets the request builder for WorkbookTableSort
|
WorkbookWorksheetRequestBuilder |
worksheet()
Gets the request builder for WorkbookWorksheet
|
public WorkbookTableItemAtRequestBuilder(@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 requestpublic WorkbookTableItemAtRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
WorkbookTableItemAtParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public WorkbookTableItemAtRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookTableItemAtRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookTableColumnCollectionRequestBuilder columns()
@Nonnull public WorkbookTableColumnRequestBuilder columns(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public WorkbookTableRowCollectionRequestBuilder rows()
@Nonnull public WorkbookTableRowRequestBuilder rows(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public WorkbookTableSortRequestBuilder sort()
@Nonnull public WorkbookWorksheetRequestBuilder worksheet()