return (BlockExports) super.withInactive(inactive);
}
@Override
protected List<ExportGroupRestRep> getBulkResources(BulkIdParam input) {
ExportGroupBulkRep response = client.post(ExportGroupBulkRep.class, input, getBulkUrl());
return defaultList(response.getExports());
}