public class CalendarGetScheduleCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ScheduleInformation,CalendarGetScheduleCollectionRequestBuilder>
| Constructor and Description |
|---|
CalendarGetScheduleCollectionPage(CalendarGetScheduleCollectionResponse response,
CalendarGetScheduleCollectionRequestBuilder builder)
A collection page for ScheduleInformation.
|
CalendarGetScheduleCollectionPage(java.util.List<ScheduleInformation> pageContents,
CalendarGetScheduleCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for CalendarGetSchedule
|
public CalendarGetScheduleCollectionPage(@Nonnull
CalendarGetScheduleCollectionResponse response,
@Nonnull
CalendarGetScheduleCollectionRequestBuilder builder)
response - The serialized CalendarGetScheduleCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic CalendarGetScheduleCollectionPage(@Nonnull
java.util.List<ScheduleInformation> pageContents,
@Nullable
CalendarGetScheduleCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page