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