Uses of Class
com.twitter.clientlib.model.ListUpdateResponseData
-
Packages that use ListUpdateResponseData Package Description com.twitter.clientlib.model -
-
Uses of ListUpdateResponseData in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ListUpdateResponseData Modifier and Type Method Description static ListUpdateResponseDataListUpdateResponseData. fromJson(String jsonString)Create an instance of ListUpdateResponseData given an JSON stringListUpdateResponseDataListUpdateResponse. getData()Get dataListUpdateResponseDataListUpdateResponseData. updated(Boolean updated)Methods in com.twitter.clientlib.model with parameters of type ListUpdateResponseData Modifier and Type Method Description ListUpdateResponseListUpdateResponse. data(ListUpdateResponseData data)voidListUpdateResponse. setData(ListUpdateResponseData data)
-