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