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