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