Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionContentTypeCollectionWithReferencesPage(ContentTypeCollectionResponse response, ContentTypeCollectionWithReferencesRequestBuilder builder) A collection page for ContentTypeContentTypeCollectionWithReferencesPage(List<ContentType> pageContents, ContentTypeCollectionWithReferencesRequestBuilder 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
-
ContentTypeCollectionWithReferencesPage
public ContentTypeCollectionWithReferencesPage(@Nonnull ContentTypeCollectionResponse response, @Nullable ContentTypeCollectionWithReferencesRequestBuilder builder) A collection page for ContentType- Parameters:
response- the serialized ContentTypeCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-