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