Class PrintTaskTriggerCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintTaskTrigger,PrintTaskTriggerCollectionRequestBuilder>
com.microsoft.graph.requests.PrintTaskTriggerCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintTaskTriggerCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintTaskTrigger,PrintTaskTriggerCollectionRequestBuilder>
The class for the Print Task Trigger Collection Page.
  • Constructor Details

    • PrintTaskTriggerCollectionPage

      public PrintTaskTriggerCollectionPage(@Nonnull PrintTaskTriggerCollectionResponse response, @Nonnull PrintTaskTriggerCollectionRequestBuilder builder)
      A collection page for PrintTaskTrigger
      Parameters:
      response - the serialized PrintTaskTriggerCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintTaskTriggerCollectionPage

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