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