return (BlockMigrations) super.withInternal(internal);
}
@Override
protected List<MigrationRestRep> getBulkResources(BulkIdParam input) {
BlockMigrationBulkRep response = client.post(BlockMigrationBulkRep.class, input, getBulkUrl());
return defaultList(response.getMigrations());
}