Class ConversationMemberAddCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ActionResultPart,ConversationMemberAddCollectionRequestBuilder>
com.microsoft.graph.requests.ConversationMemberAddCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ConversationMemberAddCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ActionResultPart,ConversationMemberAddCollectionRequestBuilder>
The class for the Conversation Member Add Collection Page.
  • Constructor Details

    • ConversationMemberAddCollectionPage

      public ConversationMemberAddCollectionPage(@Nonnull ConversationMemberAddCollectionResponse response, @Nonnull ConversationMemberAddCollectionRequestBuilder builder)
      A collection page for ActionResultPart.
      Parameters:
      response - The serialized ConversationMemberAddCollectionResponse from the service
      builder - The request builder for the next collection page
    • ConversationMemberAddCollectionPage

      public ConversationMemberAddCollectionPage(@Nonnull List<ActionResultPart> pageContents, @Nullable ConversationMemberAddCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ConversationMemberAdd
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page