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