if (response.isError()) {
throw new IOException(response.getErrorMessage());
}
WaveId waveId = ApiIdSerializer.instance().deserialiseWaveId(
(String) response.getData().get(ParamsProperty.WAVE_ID));
WaveletId waveletId = ApiIdSerializer.instance().deserialiseWaveletId(
(String) response.getData().get(ParamsProperty.WAVELET_ID));
String rootBlipId = (String) response.getData().get(ParamsProperty.BLIP_ID);
Map<String, Blip> blips = new HashMap<String, Blip>();
Map<String, BlipThread> threads = new HashMap<String, BlipThread>();