Class ConversationThreadCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ConversationThread,ConversationThreadCollectionRequestBuilder>
com.microsoft.graph.requests.ConversationThreadCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ConversationThreadCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ConversationThread,ConversationThreadCollectionRequestBuilder>
The class for the Conversation Thread Collection Page.
  • Constructor Details

    • ConversationThreadCollectionPage

      public ConversationThreadCollectionPage(@Nonnull ConversationThreadCollectionResponse response, @Nonnull ConversationThreadCollectionRequestBuilder builder)
      A collection page for ConversationThread
      Parameters:
      response - the serialized ConversationThreadCollectionResponse from the service
      builder - the request builder for the next collection page
    • ConversationThreadCollectionPage

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