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