Class ContentTypeCollectionWithReferencesPage

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

public class ContentTypeCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<ContentType,ContentTypeCollectionWithReferencesRequestBuilder>
The class for the Content Type Collection With References Page.
  • Constructor Details

    • ContentTypeCollectionWithReferencesPage

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

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