public class ManagedMobileAppCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedMobileApp,ManagedMobileAppCollectionRequestBuilder>
Constructor and Description |
---|
ManagedMobileAppCollectionPage(java.util.List<ManagedMobileApp> pageContents,
ManagedMobileAppCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ManagedMobileApp
|
ManagedMobileAppCollectionPage(ManagedMobileAppCollectionResponse response,
ManagedMobileAppCollectionRequestBuilder builder)
A collection page for ManagedMobileApp
|
public ManagedMobileAppCollectionPage(@Nonnull ManagedMobileAppCollectionResponse response, @Nonnull ManagedMobileAppCollectionRequestBuilder builder)
response
- the serialized ManagedMobileAppCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic ManagedMobileAppCollectionPage(@Nonnull java.util.List<ManagedMobileApp> pageContents, @Nullable ManagedMobileAppCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page