Package com.microsoft.graph.requests
Class SharedWithChannelTeamInfoCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SharedWithChannelTeamInfo,SharedWithChannelTeamInfoCollectionRequestBuilder>
com.microsoft.graph.requests.SharedWithChannelTeamInfoCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SharedWithChannelTeamInfoCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SharedWithChannelTeamInfo,SharedWithChannelTeamInfoCollectionRequestBuilder>
The class for the Shared With Channel Team Info Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSharedWithChannelTeamInfoCollectionPage
(SharedWithChannelTeamInfoCollectionResponse response, SharedWithChannelTeamInfoCollectionRequestBuilder builder) A collection page for SharedWithChannelTeamInfoSharedWithChannelTeamInfoCollectionPage
(List<SharedWithChannelTeamInfo> pageContents, SharedWithChannelTeamInfoCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SharedWithChannelTeamInfo -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details