Class ManagedAppRegistrationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedAppRegistration,ManagedAppRegistrationCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedAppRegistrationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ManagedAppRegistrationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppRegistration,ManagedAppRegistrationCollectionRequestBuilder>
The class for the Managed App Registration Collection Page.
  • Constructor Details

    • ManagedAppRegistrationCollectionPage

      public ManagedAppRegistrationCollectionPage(@Nonnull ManagedAppRegistrationCollectionResponse response, @Nonnull ManagedAppRegistrationCollectionRequestBuilder builder)
      A collection page for ManagedAppRegistration
      Parameters:
      response - the serialized ManagedAppRegistrationCollectionResponse from the service
      builder - the request builder for the next collection page
    • ManagedAppRegistrationCollectionPage

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