Package com.microsoft.graph.requests
Class UserReminderViewCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Reminder,UserReminderViewCollectionRequestBuilder>
com.microsoft.graph.requests.UserReminderViewCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserReminderViewCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Reminder,UserReminderViewCollectionRequestBuilder>
The class for the User Reminder View Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserReminderViewCollectionPage
(UserReminderViewCollectionResponse response, UserReminderViewCollectionRequestBuilder builder) A collection page for Reminder.UserReminderViewCollectionPage
(List<Reminder> pageContents, UserReminderViewCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserReminderView -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserReminderViewCollectionPage
public UserReminderViewCollectionPage(@Nonnull UserReminderViewCollectionResponse response, @Nonnull UserReminderViewCollectionRequestBuilder builder) A collection page for Reminder.- Parameters:
response
- The serialized UserReminderViewCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
UserReminderViewCollectionPage
public UserReminderViewCollectionPage(@Nonnull List<Reminder> pageContents, @Nullable UserReminderViewCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserReminderView- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-