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