Class MobileContainedAppCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileContainedApp,MobileContainedAppCollectionRequestBuilder>
com.microsoft.graph.requests.MobileContainedAppCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MobileContainedAppCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MobileContainedApp,MobileContainedAppCollectionRequestBuilder>
The class for the Mobile Contained App Collection Page.
  • Constructor Details

    • MobileContainedAppCollectionPage

      public MobileContainedAppCollectionPage(@Nonnull MobileContainedAppCollectionResponse response, @Nonnull MobileContainedAppCollectionRequestBuilder builder)
      A collection page for MobileContainedApp
      Parameters:
      response - the serialized MobileContainedAppCollectionResponse from the service
      builder - the request builder for the next collection page
    • MobileContainedAppCollectionPage

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