Class UserConsentRequestCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UserConsentRequest,UserConsentRequestCollectionRequestBuilder>
com.microsoft.graph.requests.UserConsentRequestCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserConsentRequestCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<UserConsentRequest,UserConsentRequestCollectionRequestBuilder>
The class for the User Consent Request Collection Page.
  • Constructor Details

    • UserConsentRequestCollectionPage

      public UserConsentRequestCollectionPage(@Nonnull UserConsentRequestCollectionResponse response, @Nonnull UserConsentRequestCollectionRequestBuilder builder)
      A collection page for UserConsentRequest
      Parameters:
      response - the serialized UserConsentRequestCollectionResponse from the service
      builder - the request builder for the next collection page
    • UserConsentRequestCollectionPage

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