Package nxt.http.callers
Class SetLoggingCall
- java.lang.Object
-
- nxt.http.APICall.Builder<SetLoggingCall>
-
- nxt.http.callers.SetLoggingCall
-
public class SetLoggingCall extends APICall.Builder<SetLoggingCall>
-
-
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 SetLoggingCall
communicationEvent(java.lang.String... communicationEvent)
static SetLoggingCall
create()
SetLoggingCall
logLevel(java.lang.String logLevel)
-
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 SetLoggingCall create()
-
logLevel
public SetLoggingCall logLevel(java.lang.String logLevel)
-
communicationEvent
public SetLoggingCall communicationEvent(java.lang.String... communicationEvent)
-
-