Package com.microsoft.graph.requests
Class OnlineMeetingCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<OnlineMeeting,OnlineMeetingCollectionRequestBuilder>
com.microsoft.graph.requests.OnlineMeetingCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OnlineMeetingCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<OnlineMeeting,OnlineMeetingCollectionRequestBuilder>
The class for the Online Meeting Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionOnlineMeetingCollectionPage
(OnlineMeetingCollectionResponse response, OnlineMeetingCollectionRequestBuilder builder) A collection page for OnlineMeetingOnlineMeetingCollectionPage
(List<OnlineMeeting> pageContents, OnlineMeetingCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OnlineMeeting -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
OnlineMeetingCollectionPage
public OnlineMeetingCollectionPage(@Nonnull OnlineMeetingCollectionResponse response, @Nonnull OnlineMeetingCollectionRequestBuilder builder) A collection page for OnlineMeeting- Parameters:
response
- the serialized OnlineMeetingCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
OnlineMeetingCollectionPage
public OnlineMeetingCollectionPage(@Nonnull List<OnlineMeeting> pageContents, @Nullable OnlineMeetingCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OnlineMeeting- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-