Package com.microsoft.graph.requests
Class ContentSharingSessionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ContentSharingSession,ContentSharingSessionCollectionRequestBuilder>
com.microsoft.graph.requests.ContentSharingSessionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ContentSharingSessionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ContentSharingSession,ContentSharingSessionCollectionRequestBuilder>
The class for the Content Sharing Session Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionContentSharingSessionCollectionPage(ContentSharingSessionCollectionResponse response, ContentSharingSessionCollectionRequestBuilder builder) A collection page for ContentSharingSessionContentSharingSessionCollectionPage(List<ContentSharingSession> pageContents, ContentSharingSessionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ContentSharingSession -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ContentSharingSessionCollectionPage
public ContentSharingSessionCollectionPage(@Nonnull ContentSharingSessionCollectionResponse response, @Nonnull ContentSharingSessionCollectionRequestBuilder builder) A collection page for ContentSharingSession- Parameters:
response- the serialized ContentSharingSessionCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ContentSharingSessionCollectionPage
public ContentSharingSessionCollectionPage(@Nonnull List<ContentSharingSession> pageContents, @Nullable ContentSharingSessionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ContentSharingSession- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-