public class ChatGetAllMessagesCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ChatMessage,ChatGetAllMessagesCollectionRequestBuilder>
| Constructor and Description |
|---|
ChatGetAllMessagesCollectionPage(ChatGetAllMessagesCollectionResponse response,
ChatGetAllMessagesCollectionRequestBuilder builder)
A collection page for ChatMessage.
|
ChatGetAllMessagesCollectionPage(java.util.List<ChatMessage> pageContents,
ChatGetAllMessagesCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ChatGetAllMessages
|
public ChatGetAllMessagesCollectionPage(@Nonnull
ChatGetAllMessagesCollectionResponse response,
@Nonnull
ChatGetAllMessagesCollectionRequestBuilder builder)
response - The serialized ChatGetAllMessagesCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic ChatGetAllMessagesCollectionPage(@Nonnull
java.util.List<ChatMessage> pageContents,
@Nullable
ChatGetAllMessagesCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page