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