Package com.microsoft.graph.requests
Class LandingPageDetailCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LandingPageDetail,LandingPageDetailCollectionRequestBuilder>
com.microsoft.graph.requests.LandingPageDetailCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LandingPageDetailCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<LandingPageDetail,LandingPageDetailCollectionRequestBuilder>
The class for the Landing Page Detail Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionLandingPageDetailCollectionPage(LandingPageDetailCollectionResponse response, LandingPageDetailCollectionRequestBuilder builder) A collection page for LandingPageDetailLandingPageDetailCollectionPage(List<LandingPageDetail> pageContents, LandingPageDetailCollectionRequestBuilder nextRequestBuilder) Creates the collection page for LandingPageDetail -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
LandingPageDetailCollectionPage
public LandingPageDetailCollectionPage(@Nonnull LandingPageDetailCollectionResponse response, @Nonnull LandingPageDetailCollectionRequestBuilder builder) A collection page for LandingPageDetail- Parameters:
response- the serialized LandingPageDetailCollectionResponse from the servicebuilder- the request builder for the next collection page
-
LandingPageDetailCollectionPage
public LandingPageDetailCollectionPage(@Nonnull List<LandingPageDetail> pageContents, @Nullable LandingPageDetailCollectionRequestBuilder nextRequestBuilder) Creates the collection page for LandingPageDetail- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-