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