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