Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionContentTypeCollectionPage(ContentTypeCollectionResponse response, ContentTypeCollectionRequestBuilder builder) A collection page for ContentTypeContentTypeCollectionPage(List<ContentType> pageContents, ContentTypeCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ContentType -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ContentTypeCollectionPage
public ContentTypeCollectionPage(@Nonnull ContentTypeCollectionResponse response, @Nonnull ContentTypeCollectionRequestBuilder builder) A collection page for ContentType- Parameters:
response- the serialized ContentTypeCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-