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