Class AppConsentRequestCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AppConsentRequest,AppConsentRequestCollectionRequestBuilder>
com.microsoft.graph.requests.AppConsentRequestCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AppConsentRequestCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AppConsentRequest,AppConsentRequestCollectionRequestBuilder>
The class for the App Consent Request Collection Page.
  • Constructor Details

    • AppConsentRequestCollectionPage

      public AppConsentRequestCollectionPage(@Nonnull AppConsentRequestCollectionResponse response, @Nonnull AppConsentRequestCollectionRequestBuilder builder)
      A collection page for AppConsentRequest
      Parameters:
      response - the serialized AppConsentRequestCollectionResponse from the service
      builder - the request builder for the next collection page
    • AppConsentRequestCollectionPage

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