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