Uses of Class
com.h2tcoin.takamakachain.utils.networking.ResponseBookmarkBean
-
Packages that use ResponseBookmarkBean Package Description com.h2tcoin.takamakachain.utils.networking com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of ResponseBookmarkBean in com.h2tcoin.takamakachain.utils.networking
Methods in com.h2tcoin.takamakachain.utils.networking that return ResponseBookmarkBean Modifier and Type Method Description static ResponseBookmarkBean
PostSenderHelper. getResponseBookmarkBean(TransactionBox tbox, RequestBookmarkBean requestBookmarkBean)
Methods in com.h2tcoin.takamakachain.utils.networking with parameters of type ResponseBookmarkBean Modifier and Type Method Description int
ResponseBookmarkBean. compareTo(ResponseBookmarkBean o)
-
Uses of ResponseBookmarkBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return ResponseBookmarkBean Modifier and Type Method Description static ResponseBookmarkBean
TkmTextUtils. getResponseBookmarkBeanFromJson(String jsonString)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type ResponseBookmarkBean Modifier and Type Method Description static String
TkmTextUtils. toJson(ResponseBookmarkBean bb)
-