public class ContentTypeCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ContentType,ContentTypeCollectionRequestBuilder>
| Constructor and Description |
|---|
ContentTypeCollectionPage(ContentTypeCollectionResponse response,
ContentTypeCollectionRequestBuilder builder)
A collection page for ContentType
|
ContentTypeCollectionPage(java.util.List<ContentType> pageContents,
ContentTypeCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ContentType
|
public ContentTypeCollectionPage(@Nonnull
ContentTypeCollectionResponse response,
@Nonnull
ContentTypeCollectionRequestBuilder builder)
response - the serialized ContentTypeCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ContentTypeCollectionPage(@Nonnull
java.util.List<ContentType> pageContents,
@Nullable
ContentTypeCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page