public class DriveRecentCollectionRequestBuilder extends com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<DriveItem,DriveRecentCollectionRequestBuilder,DriveRecentCollectionResponse,DriveRecentCollectionPage,DriveRecentCollectionRequest>
| Constructor and Description |
|---|
DriveRecentCollectionRequestBuilder(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 Drive
|
| Modifier and Type | Method and Description |
|---|---|
DriveRecentCollectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request
|
buildRequest, byIdpublic DriveRecentCollectionRequestBuilder(@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 DriveRecentCollectionRequest buildRequest(@Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
buildRequest in class com.microsoft.graph.http.BaseCollectionRequestBuilder<DriveItem,DriveRecentCollectionRequestBuilder,DriveRecentCollectionResponse,DriveRecentCollectionPage,DriveRecentCollectionRequest>requestOptions - the options for this request