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