Class PrintTaskDefinitionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintTaskDefinition,PrintTaskDefinitionCollectionRequestBuilder>
com.microsoft.graph.requests.PrintTaskDefinitionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintTaskDefinitionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintTaskDefinition,PrintTaskDefinitionCollectionRequestBuilder>
The class for the Print Task Definition Collection Page.
  • Constructor Details

    • PrintTaskDefinitionCollectionPage

      public PrintTaskDefinitionCollectionPage(@Nonnull PrintTaskDefinitionCollectionResponse response, @Nonnull PrintTaskDefinitionCollectionRequestBuilder builder)
      A collection page for PrintTaskDefinition
      Parameters:
      response - the serialized PrintTaskDefinitionCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintTaskDefinitionCollectionPage

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