Class DriveItemSearchCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveItemSearchCollectionRequestBuilder>
com.microsoft.graph.requests.DriveItemSearchCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DriveItemSearchCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveItemSearchCollectionRequestBuilder>
The class for the Drive Item Search Collection Page.
  • Constructor Details

    • DriveItemSearchCollectionPage

      public DriveItemSearchCollectionPage(@Nonnull DriveItemSearchCollectionResponse response, @Nonnull DriveItemSearchCollectionRequestBuilder builder)
      A collection page for DriveItem.
      Parameters:
      response - The serialized DriveItemSearchCollectionResponse from the service
      builder - The request builder for the next collection page
    • DriveItemSearchCollectionPage

      public DriveItemSearchCollectionPage(@Nonnull List<DriveItem> pageContents, @Nullable DriveItemSearchCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for DriveItemSearch
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page