Class AccessPackageQuestionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AccessPackageQuestion,AccessPackageQuestionCollectionRequestBuilder>
com.microsoft.graph.requests.AccessPackageQuestionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AccessPackageQuestionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AccessPackageQuestion,AccessPackageQuestionCollectionRequestBuilder>
The class for the Access Package Question Collection Page.
  • Constructor Details

    • AccessPackageQuestionCollectionPage

      public AccessPackageQuestionCollectionPage(@Nonnull AccessPackageQuestionCollectionResponse response, @Nonnull AccessPackageQuestionCollectionRequestBuilder builder)
      A collection page for AccessPackageQuestion
      Parameters:
      response - the serialized AccessPackageQuestionCollectionResponse from the service
      builder - the request builder for the next collection page
    • AccessPackageQuestionCollectionPage

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