Class MobileAppCategoryCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileAppCategory,MobileAppCategoryCollectionRequestBuilder>
com.microsoft.graph.requests.MobileAppCategoryCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MobileAppCategoryCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MobileAppCategory,MobileAppCategoryCollectionRequestBuilder>
The class for the Mobile App Category Collection Page.
  • Constructor Details

    • MobileAppCategoryCollectionPage

      public MobileAppCategoryCollectionPage(@Nonnull MobileAppCategoryCollectionResponse response, @Nonnull MobileAppCategoryCollectionRequestBuilder builder)
      A collection page for MobileAppCategory
      Parameters:
      response - the serialized MobileAppCategoryCollectionResponse from the service
      builder - the request builder for the next collection page
    • MobileAppCategoryCollectionPage

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