Package com.microsoft.graph.requests
Class CalendarAllowedCalendarSharingRolesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CalendarRoleType,CalendarAllowedCalendarSharingRolesCollectionRequestBuilder>
com.microsoft.graph.requests.CalendarAllowedCalendarSharingRolesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CalendarAllowedCalendarSharingRolesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<CalendarRoleType,CalendarAllowedCalendarSharingRolesCollectionRequestBuilder>
The class for the Calendar Allowed Calendar Sharing Roles Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarAllowedCalendarSharingRolesCollectionPage(CalendarAllowedCalendarSharingRolesCollectionResponse response, CalendarAllowedCalendarSharingRolesCollectionRequestBuilder builder) A collection page for CalendarRoleType.CalendarAllowedCalendarSharingRolesCollectionPage(List<CalendarRoleType> pageContents, CalendarAllowedCalendarSharingRolesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CalendarAllowedCalendarSharingRoles -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CalendarAllowedCalendarSharingRolesCollectionPage
public CalendarAllowedCalendarSharingRolesCollectionPage(@Nonnull CalendarAllowedCalendarSharingRolesCollectionResponse response, @Nonnull CalendarAllowedCalendarSharingRolesCollectionRequestBuilder builder) A collection page for CalendarRoleType.- Parameters:
response- The serialized CalendarAllowedCalendarSharingRolesCollectionResponse from the servicebuilder- The request builder for the next collection page
-
CalendarAllowedCalendarSharingRolesCollectionPage
public CalendarAllowedCalendarSharingRolesCollectionPage(@Nonnull List<CalendarRoleType> pageContents, @Nullable CalendarAllowedCalendarSharingRolesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CalendarAllowedCalendarSharingRoles- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-