Class ManagedMobileAppCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedMobileApp,ManagedMobileAppCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedMobileAppCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ManagedMobileAppCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedMobileApp,ManagedMobileAppCollectionRequestBuilder>
The class for the Managed Mobile App Collection Page.
  • Constructor Details

    • ManagedMobileAppCollectionPage

      public ManagedMobileAppCollectionPage(@Nonnull ManagedMobileAppCollectionResponse response, @Nonnull ManagedMobileAppCollectionRequestBuilder builder)
      A collection page for ManagedMobileApp
      Parameters:
      response - the serialized ManagedMobileAppCollectionResponse from the service
      builder - the request builder for the next collection page
    • ManagedMobileAppCollectionPage

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