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