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