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