Package com.microsoft.graph.requests
Class DriveItemCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<DriveItem,DriveItemRequestBuilder,DriveItemCollectionResponse,DriveItemCollectionPage,DriveItemCollectionRequest>
com.microsoft.graph.requests.DriveItemCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class DriveItemCollectionRequestBuilder
extends com.microsoft.graph.http.BaseCollectionRequestBuilder<DriveItem,DriveItemRequestBuilder,DriveItemCollectionResponse,DriveItemCollectionPage,DriveItemCollectionRequest>
The class for the Drive Item Collection Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionDriveItemCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of SharedDriveItem -
Method Summary
Methods 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
-
DriveItemCollectionRequestBuilder
public DriveItemCollectionRequestBuilder(@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 SharedDriveItem- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
appRoot
Gets a request builder to the AppRoot folder.- Returns:
- a request builder to the AppRoot folder
-
count
Gets the raw count request for the collection- Returns:
- The raw count request for the collection
-