201202203204205206207
} @Override public EventApi getEventApi() throws SDKException { RestConnector restConnector = createRestConnector(); return new EventApiImpl(restConnector, new UrlProcessor(), getPlatformApi(restConnector).getEvent(), getPageSize()); }