Package nxt.http.callers
Class DecodeFileTokenCall
- java.lang.Object
-
- nxt.http.APICall.Builder<DecodeFileTokenCall>
-
- nxt.http.callers.DecodeFileTokenCall
-
public class DecodeFileTokenCall extends APICall.Builder<DecodeFileTokenCall>
-
-
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 DecodeFileTokenCall
create()
DecodeFileTokenCall
file(byte[] b)
DecodeFileTokenCall
token(java.lang.String token)
-
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 DecodeFileTokenCall create()
-
token
public DecodeFileTokenCall token(java.lang.String token)
-
file
public DecodeFileTokenCall file(byte[] b)
-
-