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