Package nxt.http.callers
Class PopOffCall
- java.lang.Object
-
- nxt.http.APICall.Builder<PopOffCall>
-
- nxt.http.callers.PopOffCall
-
public class PopOffCall extends APICall.Builder<PopOffCall>
-
-
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 PopOffCall
create()
PopOffCall
height(int height)
PopOffCall
keepTransactions(java.lang.String keepTransactions)
PopOffCall
numBlocks(java.lang.String numBlocks)
-
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 PopOffCall create()
-
numBlocks
public PopOffCall numBlocks(java.lang.String numBlocks)
-
keepTransactions
public PopOffCall keepTransactions(java.lang.String keepTransactions)
-
height
public PopOffCall height(int height)
-
-