Class SessionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Session,SessionCollectionRequestBuilder>
com.microsoft.graph.callrecords.requests.SessionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SessionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Session,SessionCollectionRequestBuilder>
The class for the Session Collection Page.
  • Constructor Details

    • SessionCollectionPage

      public SessionCollectionPage(@Nonnull SessionCollectionResponse response, @Nonnull SessionCollectionRequestBuilder builder)
      A collection page for Session
      Parameters:
      response - the serialized SessionCollectionResponse from the service
      builder - the request builder for the next collection page
    • SessionCollectionPage

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