public class WorkbookPivotTableCollectionRequestBuilder extends com.microsoft.graph.http.BaseCollectionRequestBuilder<WorkbookPivotTable,WorkbookPivotTableRequestBuilder,WorkbookPivotTableCollectionResponse,WorkbookPivotTableCollectionPage,WorkbookPivotTableCollectionRequest>
| Constructor and Description |
|---|
WorkbookPivotTableCollectionRequestBuilder(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 collection of WorkbookWorksheet
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.http.PrimitiveRequestBuilder<java.lang.Long> |
count()
Gets the raw count request for the collection
|
WorkbookPivotTableRefreshAllRequestBuilder |
refreshAll()
Gets a builder to execute the method
|
buildRequest, buildRequest, byIdpublic WorkbookPivotTableCollectionRequestBuilder(@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 WorkbookPivotTableRefreshAllRequestBuilder refreshAll()
@Nonnull public com.microsoft.graph.http.PrimitiveRequestBuilder<java.lang.Long> count()