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