Class ServiceUpdateMessageCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ServiceUpdateMessage,ServiceUpdateMessageCollectionRequestBuilder>
com.microsoft.graph.requests.ServiceUpdateMessageCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ServiceUpdateMessageCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ServiceUpdateMessage,ServiceUpdateMessageCollectionRequestBuilder>
The class for the Service Update Message Collection Page.
  • Constructor Details

    • ServiceUpdateMessageCollectionPage

      public ServiceUpdateMessageCollectionPage(@Nonnull ServiceUpdateMessageCollectionResponse response, @Nonnull ServiceUpdateMessageCollectionRequestBuilder builder)
      A collection page for ServiceUpdateMessage
      Parameters:
      response - the serialized ServiceUpdateMessageCollectionResponse from the service
      builder - the request builder for the next collection page
    • ServiceUpdateMessageCollectionPage

      public ServiceUpdateMessageCollectionPage(@Nonnull List<ServiceUpdateMessage> pageContents, @Nullable ServiceUpdateMessageCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ServiceUpdateMessage
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page