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