Class MobileAppCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileApp,MobileAppCollectionRequestBuilder>
com.microsoft.graph.requests.MobileAppCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MobileAppCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MobileApp,MobileAppCollectionRequestBuilder>
The class for the Mobile App Collection Page.
  • Constructor Details

    • MobileAppCollectionPage

      public MobileAppCollectionPage(@Nonnull MobileAppCollectionResponse response, @Nonnull MobileAppCollectionRequestBuilder builder)
      A collection page for MobileApp
      Parameters:
      response - the serialized MobileAppCollectionResponse from the service
      builder - the request builder for the next collection page
    • MobileAppCollectionPage

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