Class PinnedChatMessageInfoCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PinnedChatMessageInfo,PinnedChatMessageInfoCollectionRequestBuilder>
com.microsoft.graph.requests.PinnedChatMessageInfoCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PinnedChatMessageInfoCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PinnedChatMessageInfo,PinnedChatMessageInfoCollectionRequestBuilder>
The class for the Pinned Chat Message Info Collection Page.
  • Constructor Details

    • PinnedChatMessageInfoCollectionPage

      public PinnedChatMessageInfoCollectionPage(@Nonnull PinnedChatMessageInfoCollectionResponse response, @Nonnull PinnedChatMessageInfoCollectionRequestBuilder builder)
      A collection page for PinnedChatMessageInfo
      Parameters:
      response - the serialized PinnedChatMessageInfoCollectionResponse from the service
      builder - the request builder for the next collection page
    • PinnedChatMessageInfoCollectionPage

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