Package nxt.http.callers
Class EventRegisterCall
- java.lang.Object
-
- nxt.http.APICall.Builder<EventRegisterCall>
-
- nxt.http.callers.EventRegisterCall
-
public class EventRegisterCall extends APICall.Builder<EventRegisterCall>
-
-
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 EventRegisterCall
add(boolean add)
static EventRegisterCall
create()
EventRegisterCall
event(long... event)
EventRegisterCall
event(java.lang.String... event)
boolean
isRemoteOnly()
EventRegisterCall
remove(boolean remove)
-
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 EventRegisterCall create()
-
add
public EventRegisterCall add(boolean add)
-
event
public EventRegisterCall event(java.lang.String... event)
-
event
public EventRegisterCall event(long... event)
-
remove
public EventRegisterCall remove(boolean remove)
-
isRemoteOnly
public boolean isRemoteOnly()
- Overrides:
isRemoteOnly
in classAPICall.Builder<EventRegisterCall>
-
-