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