Package com.microsoft.graph.requests
Class MobileAppContentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileAppContent,MobileAppContentCollectionRequestBuilder>
com.microsoft.graph.requests.MobileAppContentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MobileAppContentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<MobileAppContent,MobileAppContentCollectionRequestBuilder>
The class for the Mobile App Content Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionMobileAppContentCollectionPage
(MobileAppContentCollectionResponse response, MobileAppContentCollectionRequestBuilder builder) A collection page for MobileAppContentMobileAppContentCollectionPage
(List<MobileAppContent> pageContents, MobileAppContentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileAppContent -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MobileAppContentCollectionPage
public MobileAppContentCollectionPage(@Nonnull MobileAppContentCollectionResponse response, @Nonnull MobileAppContentCollectionRequestBuilder builder) A collection page for MobileAppContent- Parameters:
response
- the serialized MobileAppContentCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
MobileAppContentCollectionPage
public MobileAppContentCollectionPage(@Nonnull List<MobileAppContent> pageContents, @Nullable MobileAppContentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileAppContent- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-