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