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