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