Class OutlookCategoryCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<OutlookCategory,OutlookCategoryCollectionRequestBuilder>
com.microsoft.graph.requests.OutlookCategoryCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OutlookCategoryCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<OutlookCategory,OutlookCategoryCollectionRequestBuilder>
The class for the Outlook Category Collection Page.
  • Constructor Details

    • OutlookCategoryCollectionPage

      public OutlookCategoryCollectionPage(@Nonnull OutlookCategoryCollectionResponse response, @Nonnull OutlookCategoryCollectionRequestBuilder builder)
      A collection page for OutlookCategory
      Parameters:
      response - the serialized OutlookCategoryCollectionResponse from the service
      builder - the request builder for the next collection page
    • OutlookCategoryCollectionPage

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