public class WorkbookRangeViewRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookRangeView>
| Constructor and Description |
|---|
WorkbookRangeViewRequestBuilder(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 WorkbookRangeView
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookRangeViewRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
WorkbookRangeViewRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
WorkbookRangeViewRangeRequestBuilder |
range()
Gets a builder to execute the method
|
WorkbookRangeViewCollectionRequestBuilder |
rows()
Gets a request builder for the WorkbookRangeView collection
|
WorkbookRangeViewRequestBuilder |
rows(java.lang.String id)
Gets a request builder for the WorkbookRangeView item
|
public WorkbookRangeViewRequestBuilder(@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 WorkbookRangeViewRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public WorkbookRangeViewRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public WorkbookRangeViewCollectionRequestBuilder rows()
@Nonnull public WorkbookRangeViewRequestBuilder rows(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public WorkbookRangeViewRangeRequestBuilder range()