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