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