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