Package com.microsoft.graph.requests
Class ChatGetAllMessagesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ChatMessage,ChatGetAllMessagesCollectionRequestBuilder>
com.microsoft.graph.requests.ChatGetAllMessagesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ChatGetAllMessagesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ChatMessage,ChatGetAllMessagesCollectionRequestBuilder>
The class for the Chat Get All Messages Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionChatGetAllMessagesCollectionPage(ChatGetAllMessagesCollectionResponse response, ChatGetAllMessagesCollectionRequestBuilder builder) A collection page for ChatMessage.ChatGetAllMessagesCollectionPage(List<ChatMessage> pageContents, ChatGetAllMessagesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ChatGetAllMessages -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ChatGetAllMessagesCollectionPage
public ChatGetAllMessagesCollectionPage(@Nonnull ChatGetAllMessagesCollectionResponse response, @Nonnull ChatGetAllMessagesCollectionRequestBuilder builder) A collection page for ChatMessage.- Parameters:
response- The serialized ChatGetAllMessagesCollectionResponse from the servicebuilder- The request builder for the next collection page
-
ChatGetAllMessagesCollectionPage
public ChatGetAllMessagesCollectionPage(@Nonnull List<ChatMessage> pageContents, @Nullable ChatGetAllMessagesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ChatGetAllMessages- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-