public class UnifiedRoleAssignmentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<UnifiedRoleAssignment,UnifiedRoleAssignmentCollectionRequestBuilder>
| Constructor and Description |
|---|
UnifiedRoleAssignmentCollectionPage(java.util.List<UnifiedRoleAssignment> pageContents,
UnifiedRoleAssignmentCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for UnifiedRoleAssignment
|
UnifiedRoleAssignmentCollectionPage(UnifiedRoleAssignmentCollectionResponse response,
UnifiedRoleAssignmentCollectionRequestBuilder builder)
A collection page for UnifiedRoleAssignment
|
public UnifiedRoleAssignmentCollectionPage(@Nonnull
UnifiedRoleAssignmentCollectionResponse response,
@Nonnull
UnifiedRoleAssignmentCollectionRequestBuilder builder)
response - the serialized UnifiedRoleAssignmentCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic UnifiedRoleAssignmentCollectionPage(@Nonnull
java.util.List<UnifiedRoleAssignment> pageContents,
@Nullable
UnifiedRoleAssignmentCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page