Package nxt.http.callers
Class DecodeTokenCall
- java.lang.Object
-
- nxt.http.APICall.Builder<DecodeTokenCall>
-
- nxt.http.callers.DecodeTokenCall
-
public class DecodeTokenCall extends APICall.Builder<DecodeTokenCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DecodeTokenCall
create()
DecodeTokenCall
token(java.lang.String token)
DecodeTokenCall
website(java.lang.String website)
-
Methods inherited from class nxt.http.APICall.Builder
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static DecodeTokenCall create()
-
website
public DecodeTokenCall website(java.lang.String website)
-
token
public DecodeTokenCall token(java.lang.String token)
-
-