Package com.microsoft.graph.requests
Class AppManagementPolicyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AppManagementPolicy,AppManagementPolicyCollectionRequestBuilder>
com.microsoft.graph.requests.AppManagementPolicyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AppManagementPolicyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AppManagementPolicy,AppManagementPolicyCollectionRequestBuilder>
The class for the App Management Policy Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAppManagementPolicyCollectionPage
(AppManagementPolicyCollectionResponse response, AppManagementPolicyCollectionRequestBuilder builder) A collection page for AppManagementPolicyAppManagementPolicyCollectionPage
(List<AppManagementPolicy> pageContents, AppManagementPolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AppManagementPolicy -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AppManagementPolicyCollectionPage
public AppManagementPolicyCollectionPage(@Nonnull AppManagementPolicyCollectionResponse response, @Nonnull AppManagementPolicyCollectionRequestBuilder builder) A collection page for AppManagementPolicy- Parameters:
response
- the serialized AppManagementPolicyCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
AppManagementPolicyCollectionPage
public AppManagementPolicyCollectionPage(@Nonnull List<AppManagementPolicy> pageContents, @Nullable AppManagementPolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AppManagementPolicy- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-