Package nxt.http.callers
Class GenerateFileTokenCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GenerateFileTokenCall>
-
- nxt.http.callers.GenerateFileTokenCall
-
public class GenerateFileTokenCall extends APICall.Builder<GenerateFileTokenCall>
-
-
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 GenerateFileTokenCall
create()
GenerateFileTokenCall
file(byte[] b)
GenerateFileTokenCall
secretPhrase(java.lang.String secretPhrase)
-
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, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static GenerateFileTokenCall create()
-
secretPhrase
public GenerateFileTokenCall secretPhrase(java.lang.String secretPhrase)
- Overrides:
secretPhrase
in classAPICall.Builder<GenerateFileTokenCall>
-
file
public GenerateFileTokenCall file(byte[] b)
-
-