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