public class DriveCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Drive,DriveCollectionRequestBuilder>
Constructor and Description |
---|
DriveCollectionPage(DriveCollectionResponse response,
DriveCollectionRequestBuilder builder)
A collection page for Drive
|
DriveCollectionPage(java.util.List<Drive> pageContents,
DriveCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Drive
|
public DriveCollectionPage(@Nonnull DriveCollectionResponse response, @Nonnull DriveCollectionRequestBuilder builder)
response
- the serialized DriveCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic DriveCollectionPage(@Nonnull java.util.List<Drive> pageContents, @Nullable DriveCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page