Class ContentTypeCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ContentType,ContentTypeCollectionRequestBuilder>
com.microsoft.graph.requests.ContentTypeCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContentTypeCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ContentType,ContentTypeCollectionRequestBuilder>
The class for the Content Type Collection Page.
  • Constructor Details

    • ContentTypeCollectionPage

      public ContentTypeCollectionPage(@Nonnull ContentTypeCollectionResponse response, @Nonnull ContentTypeCollectionRequestBuilder builder)
      A collection page for ContentType
      Parameters:
      response - the serialized ContentTypeCollectionResponse from the service
      builder - the request builder for the next collection page
    • ContentTypeCollectionPage

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