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