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