Class ContentSharingSessionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ContentSharingSession,ContentSharingSessionCollectionRequestBuilder>
com.microsoft.graph.requests.ContentSharingSessionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContentSharingSessionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ContentSharingSession,ContentSharingSessionCollectionRequestBuilder>
The class for the Content Sharing Session Collection Page.
  • Constructor Details

    • ContentSharingSessionCollectionPage

      public ContentSharingSessionCollectionPage(@Nonnull ContentSharingSessionCollectionResponse response, @Nonnull ContentSharingSessionCollectionRequestBuilder builder)
      A collection page for ContentSharingSession
      Parameters:
      response - the serialized ContentSharingSessionCollectionResponse from the service
      builder - the request builder for the next collection page
    • ContentSharingSessionCollectionPage

      public ContentSharingSessionCollectionPage(@Nonnull List<ContentSharingSession> pageContents, @Nullable ContentSharingSessionCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ContentSharingSession
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page