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) |
EventRegisterCall |
token(java.lang.String token) |
build, call, callNoError, download, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, param, param, param, param, param, param, param, param, param, param, param, parts, privateKey, privateKey, remote, secretPhrase, setParamValidation, sharedPiece, sharedPieceAccount, 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 EventRegisterCall token(java.lang.String token)
public boolean isRemoteOnly()
isRemoteOnly in class APICall.Builder<EventRegisterCall>