Class PrintServiceEndpointCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintServiceEndpoint,PrintServiceEndpointCollectionRequestBuilder>
com.microsoft.graph.requests.PrintServiceEndpointCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintServiceEndpointCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintServiceEndpoint,PrintServiceEndpointCollectionRequestBuilder>
The class for the Print Service Endpoint Collection Page.
  • Constructor Details

    • PrintServiceEndpointCollectionPage

      public PrintServiceEndpointCollectionPage(@Nonnull PrintServiceEndpointCollectionResponse response, @Nonnull PrintServiceEndpointCollectionRequestBuilder builder)
      A collection page for PrintServiceEndpoint
      Parameters:
      response - the serialized PrintServiceEndpointCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintServiceEndpointCollectionPage

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