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