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