Class ChatCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Chat,ChatCollectionRequestBuilder>
com.microsoft.graph.requests.ChatCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ChatCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Chat,ChatCollectionRequestBuilder>
The class for the Chat Collection Page.
  • Constructor Details

    • ChatCollectionPage

      public ChatCollectionPage(@Nonnull ChatCollectionResponse response, @Nonnull ChatCollectionRequestBuilder builder)
      A collection page for Chat
      Parameters:
      response - the serialized ChatCollectionResponse from the service
      builder - the request builder for the next collection page
    • ChatCollectionPage

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