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