Class CustomTaskExtensionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CustomTaskExtension,CustomTaskExtensionCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.CustomTaskExtensionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CustomTaskExtensionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<CustomTaskExtension,CustomTaskExtensionCollectionRequestBuilder>
The class for the Custom Task Extension Collection Page.
  • Constructor Details

    • CustomTaskExtensionCollectionPage

      public CustomTaskExtensionCollectionPage(@Nonnull CustomTaskExtensionCollectionResponse response, @Nonnull CustomTaskExtensionCollectionRequestBuilder builder)
      A collection page for CustomTaskExtension
      Parameters:
      response - the serialized CustomTaskExtensionCollectionResponse from the service
      builder - the request builder for the next collection page
    • CustomTaskExtensionCollectionPage

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