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