Package com.microsoft.graph.requests
Class WorkbookTableRowCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<WorkbookTableRow,WorkbookTableRowRequestBuilder,WorkbookTableRowCollectionResponse,WorkbookTableRowCollectionPage,WorkbookTableRowCollectionRequest>
com.microsoft.graph.requests.WorkbookTableRowCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookTableRowCollectionRequestBuilder
extends com.microsoft.graph.http.BaseCollectionRequestBuilder<WorkbookTableRow,WorkbookTableRowRequestBuilder,WorkbookTableRowCollectionResponse,WorkbookTableRowCollectionPage,WorkbookTableRowCollectionRequest>
The class for the Workbook Table Row Collection Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookTableRowCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of WorkbookTable -
Method Summary
Modifier and TypeMethodDescriptionadd(WorkbookTableRowAddParameterSet parameters) Gets a builder to execute the methodcount()Gets a builder to execute the methoditemAt(WorkbookTableRowItemAtParameterSet parameters) Gets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookTableRowCollectionRequestBuilder
public WorkbookTableRowCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of WorkbookTable- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
add
@Nonnull public WorkbookTableRowAddRequestBuilder add(@Nonnull WorkbookTableRowAddParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
count
Gets a builder to execute the method- Returns:
- the request builder
-
itemAt
@Nonnull public WorkbookTableRowItemAtRequestBuilder itemAt(@Nonnull WorkbookTableRowItemAtParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-