Package nxt.http.callers
Class EventWaitCall
- java.lang.Object
-
- nxt.http.APICall.Builder<EventWaitCall>
-
- nxt.http.callers.EventWaitCall
-
public class EventWaitCall extends APICall.Builder<EventWaitCall>
-
-
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 EventWaitCall
create()
boolean
isRemoteOnly()
EventWaitCall
timeout(long timeout)
-
Methods inherited from class nxt.http.APICall.Builder
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, param, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static EventWaitCall create()
-
timeout
public EventWaitCall timeout(long timeout)
-
isRemoteOnly
public boolean isRemoteOnly()
- Overrides:
isRemoteOnly
in classAPICall.Builder<EventWaitCall>
-
-