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