public class WorkbookRangeCellRequestBuilder extends com.microsoft.graph.http.BaseFunctionRequestBuilder<WorkbookRange>
| Constructor and Description |
|---|
WorkbookRangeCellRequestBuilder(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 WorkbookRangeCell
|
WorkbookRangeCellRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
WorkbookRangeCellParameterSet parameters)
The request builder for this WorkbookRangeCell
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookRangeCellRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the WorkbookRangeCellRequest with specific requestOptions instead of the existing requestOptions
|
WorkbookRangeCellRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the WorkbookRangeCellRequest
|
WorkbookRangeFormatRequestBuilder |
format()
Gets the request builder for WorkbookRangeFormat
|
WorkbookRangeSortRequestBuilder |
sort()
Gets the request builder for WorkbookRangeSort
|
WorkbookWorksheetRequestBuilder |
worksheet()
Gets the request builder for WorkbookWorksheet
|
public WorkbookRangeCellRequestBuilder(@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 WorkbookRangeCellRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
WorkbookRangeCellParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public WorkbookRangeCellRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookRangeCellRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookRangeFormatRequestBuilder format()
@Nonnull public WorkbookRangeSortRequestBuilder sort()
@Nonnull public WorkbookWorksheetRequestBuilder worksheet()