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