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