Package com.microsoft.graph.requests
Class PinnedChatMessageInfoCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PinnedChatMessageInfo,PinnedChatMessageInfoCollectionRequestBuilder>
com.microsoft.graph.requests.PinnedChatMessageInfoCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PinnedChatMessageInfoCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<PinnedChatMessageInfo,PinnedChatMessageInfoCollectionRequestBuilder>
The class for the Pinned Chat Message Info Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPinnedChatMessageInfoCollectionPage(PinnedChatMessageInfoCollectionResponse response, PinnedChatMessageInfoCollectionRequestBuilder builder) A collection page for PinnedChatMessageInfoPinnedChatMessageInfoCollectionPage(List<PinnedChatMessageInfo> pageContents, PinnedChatMessageInfoCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PinnedChatMessageInfo -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PinnedChatMessageInfoCollectionPage
public PinnedChatMessageInfoCollectionPage(@Nonnull PinnedChatMessageInfoCollectionResponse response, @Nonnull PinnedChatMessageInfoCollectionRequestBuilder builder) A collection page for PinnedChatMessageInfo- Parameters:
response- the serialized PinnedChatMessageInfoCollectionResponse from the servicebuilder- the request builder for the next collection page
-
PinnedChatMessageInfoCollectionPage
public PinnedChatMessageInfoCollectionPage(@Nonnull List<PinnedChatMessageInfo> pageContents, @Nullable PinnedChatMessageInfoCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PinnedChatMessageInfo- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-