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