5960616263646566
* * @return the list of protection system references. */ @Override public List<NamedRelatedResourceRep> list() { ProtectionSystemList response = client.get(ProtectionSystemList.class, baseUrl); return defaultList(response.getSystems()); }
6465666768697071