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