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