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