public Organisation getInstance() {
   return SDK.getInstance().getRestAdapterEvents().create(Organisation.class);
 }
Exemplo n.º 2
0
 public Event getInstance() {
   return SDK.getInstance().getRestAdapterEvents().create(Event.class);
 }