Class MobileLobAppCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileLobApp,MobileLobAppCollectionRequestBuilder>
com.microsoft.graph.requests.MobileLobAppCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MobileLobAppCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MobileLobApp,MobileLobAppCollectionRequestBuilder>
The class for the Mobile Lob App Collection Page.
  • Constructor Details

    • MobileLobAppCollectionPage

      public MobileLobAppCollectionPage(@Nonnull MobileLobAppCollectionResponse response, @Nonnull MobileLobAppCollectionRequestBuilder builder)
      A collection page for MobileLobApp
      Parameters:
      response - the serialized MobileLobAppCollectionResponse from the service
      builder - the request builder for the next collection page
    • MobileLobAppCollectionPage

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