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