return (ProtectionSystems) super.withInactive(inactive);
}
@Override
protected List<ProtectionSystemRestRep> getBulkResources(BulkIdParam input) {
ProtectionSystemBulkRep response = client.post(ProtectionSystemBulkRep.class, input, getBulkUrl());
return defaultList(response.getProtectionSystems());
}