public class ChatCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Chat,ChatCollectionRequestBuilder>
| Constructor and Description |
|---|
ChatCollectionPage(ChatCollectionResponse response,
ChatCollectionRequestBuilder builder)
A collection page for Chat
|
ChatCollectionPage(java.util.List<Chat> pageContents,
ChatCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Chat
|
public ChatCollectionPage(@Nonnull
ChatCollectionResponse response,
@Nonnull
ChatCollectionRequestBuilder builder)
response - the serialized ChatCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ChatCollectionPage(@Nonnull
java.util.List<Chat> pageContents,
@Nullable
ChatCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page