public class EventRegisterCall extends APICall.Builder<EventRegisterCall>
params| Modifier and Type | Method and Description | 
|---|---|
EventRegisterCall | 
add(boolean add)  | 
static EventRegisterCall | 
create()  | 
EventRegisterCall | 
event(long... event)  | 
EventRegisterCall | 
event(java.lang.String... event)  | 
boolean | 
isRemoteOnly()  | 
EventRegisterCall | 
remove(boolean remove)  | 
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, unsignedLongParampublic static EventRegisterCall create()
public EventRegisterCall add(boolean add)
public EventRegisterCall event(java.lang.String... event)
public EventRegisterCall event(long... event)
public EventRegisterCall remove(boolean remove)
public boolean isRemoteOnly()
isRemoteOnly in class APICall.Builder<EventRegisterCall>