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