Class MobileAppContentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileAppContent,MobileAppContentCollectionRequestBuilder>
com.microsoft.graph.requests.MobileAppContentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MobileAppContentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MobileAppContent,MobileAppContentCollectionRequestBuilder>
The class for the Mobile App Content Collection Page.
  • Constructor Details

    • MobileAppContentCollectionPage

      public MobileAppContentCollectionPage(@Nonnull MobileAppContentCollectionResponse response, @Nonnull MobileAppContentCollectionRequestBuilder builder)
      A collection page for MobileAppContent
      Parameters:
      response - the serialized MobileAppContentCollectionResponse from the service
      builder - the request builder for the next collection page
    • MobileAppContentCollectionPage

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