Class MobileAppContentFileCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileAppContentFile,MobileAppContentFileCollectionRequestBuilder>
com.microsoft.graph.requests.MobileAppContentFileCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MobileAppContentFileCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MobileAppContentFile,MobileAppContentFileCollectionRequestBuilder>
The class for the Mobile App Content File Collection Page.
  • Constructor Details

    • MobileAppContentFileCollectionPage

      public MobileAppContentFileCollectionPage(@Nonnull MobileAppContentFileCollectionResponse response, @Nonnull MobileAppContentFileCollectionRequestBuilder builder)
      A collection page for MobileAppContentFile
      Parameters:
      response - the serialized MobileAppContentFileCollectionResponse from the service
      builder - the request builder for the next collection page
    • MobileAppContentFileCollectionPage

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