Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionCalendarPermissionCollectionPage(CalendarPermissionCollectionResponse response, CalendarPermissionCollectionRequestBuilder builder) A collection page for CalendarPermissionCalendarPermissionCollectionPage(List<CalendarPermission> pageContents, CalendarPermissionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CalendarPermission -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CalendarPermissionCollectionPage
public CalendarPermissionCollectionPage(@Nonnull CalendarPermissionCollectionResponse response, @Nonnull CalendarPermissionCollectionRequestBuilder builder) A collection page for CalendarPermission- Parameters:
response- the serialized CalendarPermissionCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-