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