219220221222223224225
} @Override public CepApi getCepApi() throws SDKException{ RestConnector restConnector = createRestConnector(); return new CepApiImpl(this, restConnector, getPageSize()); }