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