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