Package com.microsoft.graph.requests
Class AppManagementPolicyCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AppManagementPolicy,AppManagementPolicyCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.AppManagementPolicyCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AppManagementPolicyCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<AppManagementPolicy,AppManagementPolicyCollectionWithReferencesRequestBuilder>
The class for the App Management Policy Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAppManagementPolicyCollectionWithReferencesPage
(AppManagementPolicyCollectionResponse response, AppManagementPolicyCollectionWithReferencesRequestBuilder builder) A collection page for AppManagementPolicyAppManagementPolicyCollectionWithReferencesPage
(List<AppManagementPolicy> pageContents, AppManagementPolicyCollectionWithReferencesRequestBuilder 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
-
AppManagementPolicyCollectionWithReferencesPage
public AppManagementPolicyCollectionWithReferencesPage(@Nonnull AppManagementPolicyCollectionResponse response, @Nullable AppManagementPolicyCollectionWithReferencesRequestBuilder builder) A collection page for AppManagementPolicy- Parameters:
response
- the serialized AppManagementPolicyCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
AppManagementPolicyCollectionWithReferencesPage
public AppManagementPolicyCollectionWithReferencesPage(@Nonnull List<AppManagementPolicy> pageContents, @Nullable AppManagementPolicyCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for AppManagementPolicy- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-