Class CalendarPermissionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CalendarPermission,CalendarPermissionCollectionRequestBuilder>
com.microsoft.graph.requests.CalendarPermissionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CalendarPermissionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<CalendarPermission,CalendarPermissionCollectionRequestBuilder>
The class for the Calendar Permission Collection Page.
  • Constructor Details

    • CalendarPermissionCollectionPage

      public CalendarPermissionCollectionPage(@Nonnull CalendarPermissionCollectionResponse response, @Nonnull CalendarPermissionCollectionRequestBuilder builder)
      A collection page for CalendarPermission
      Parameters:
      response - the serialized CalendarPermissionCollectionResponse from the service
      builder - the request builder for the next collection page
    • CalendarPermissionCollectionPage

      public CalendarPermissionCollectionPage(@Nonnull List<CalendarPermission> pageContents, @Nullable CalendarPermissionCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for CalendarPermission
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page