コード例 #1
0
 public List<Contact> createContact(Contact newContact) {
   RestClient.createContact(newContact);
   return RestClient.getContacts();
 }
コード例 #2
0
 public List<Contact> getContacts() {
   return RestClient.getContacts();
 }