Package com.microsoft.graph.requests
Class ContentTypeGetCompatibleHubContentTypesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ContentType,ContentTypeGetCompatibleHubContentTypesCollectionRequestBuilder>
com.microsoft.graph.requests.ContentTypeGetCompatibleHubContentTypesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ContentTypeGetCompatibleHubContentTypesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ContentType,ContentTypeGetCompatibleHubContentTypesCollectionRequestBuilder>
The class for the Content Type Get Compatible Hub Content Types Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionContentTypeGetCompatibleHubContentTypesCollectionPage(ContentTypeGetCompatibleHubContentTypesCollectionResponse response, ContentTypeGetCompatibleHubContentTypesCollectionRequestBuilder builder) A collection page for ContentType.ContentTypeGetCompatibleHubContentTypesCollectionPage(List<ContentType> pageContents, ContentTypeGetCompatibleHubContentTypesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ContentTypeGetCompatibleHubContentTypes -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ContentTypeGetCompatibleHubContentTypesCollectionPage
public ContentTypeGetCompatibleHubContentTypesCollectionPage(@Nonnull ContentTypeGetCompatibleHubContentTypesCollectionResponse response, @Nonnull ContentTypeGetCompatibleHubContentTypesCollectionRequestBuilder builder) A collection page for ContentType.- Parameters:
response- The serialized ContentTypeGetCompatibleHubContentTypesCollectionResponse from the servicebuilder- The request builder for the next collection page
-
ContentTypeGetCompatibleHubContentTypesCollectionPage
public ContentTypeGetCompatibleHubContentTypesCollectionPage(@Nonnull List<ContentType> pageContents, @Nullable ContentTypeGetCompatibleHubContentTypesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ContentTypeGetCompatibleHubContentTypes- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-