Package com.microsoft.graph.requests
Class WorkbookRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<Workbook>
com.microsoft.graph.requests.WorkbookRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
The class for the Workbook Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Workbook -
Method Summary
Modifier and TypeMethodDescriptionGets the request builder for WorkbookApplicationbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a builder to execute the methodcomments()
Gets a request builder for the WorkbookComment collectionGets a request builder for the WorkbookComment itemcreateSession
(WorkbookCreateSessionParameterSet parameters) Gets a builder to execute the methodGets the request builder for WorkbookFunctionsnames()
Gets a request builder for the WorkbookNamedItem collectionGets a request builder for the WorkbookNamedItem itemGets a request builder for the WorkbookOperation collectionoperations
(String id) Gets a request builder for the WorkbookOperation itemGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodtables()
Gets a request builder for the WorkbookTable collectionGets a request builder for the WorkbookTable itemGets a request builder for the WorkbookWorksheet collectionworksheets
(String id) Gets a request builder for the WorkbookWorksheet itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookRequestBuilder
public WorkbookRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Workbook- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the WorkbookRequest instance
-
buildRequest
@Nonnull public WorkbookRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the WorkbookRequest instance
-
application
Gets the request builder for WorkbookApplication- Returns:
- the WorkbookApplicationRequestBuilder instance
-
comments
Gets a request builder for the WorkbookComment collection- Returns:
- the collection request builder
-
comments
Gets a request builder for the WorkbookComment item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
functions
Gets the request builder for WorkbookFunctions- Returns:
- the WorkbookFunctionsRequestBuilder instance
-
names
Gets a request builder for the WorkbookNamedItem collection- Returns:
- the collection request builder
-
names
Gets a request builder for the WorkbookNamedItem item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
operations
Gets a request builder for the WorkbookOperation collection- Returns:
- the collection request builder
-
operations
Gets a request builder for the WorkbookOperation item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
tables
Gets a request builder for the WorkbookTable collection- Returns:
- the collection request builder
-
tables
Gets a request builder for the WorkbookTable item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
worksheets
Gets a request builder for the WorkbookWorksheet collection- Returns:
- the collection request builder
-
worksheets
Gets a request builder for the WorkbookWorksheet item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
closeSession
Gets a builder to execute the method- Returns:
- the request builder
-
createSession
@Nonnull public WorkbookCreateSessionRequestBuilder createSession(@Nonnull WorkbookCreateSessionParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
refreshSession
Gets a builder to execute the method- Returns:
- the request builder
-
sessionInfoResource
@Nonnull public WorkbookSessionInfoResourceRequestBuilder sessionInfoResource(@Nonnull WorkbookSessionInfoResourceParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
tableRowOperationResult
@Nonnull public WorkbookTableRowOperationResultRequestBuilder tableRowOperationResult(@Nonnull WorkbookTableRowOperationResultParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-