Package nxt.http.callers
Class DeleteAccountPropertyCall
- java.lang.Object
-
- nxt.http.APICall.Builder<T>
-
- nxt.http.callers.CreateTransactionCallBuilder<DeleteAccountPropertyCall>
-
- nxt.http.callers.DeleteAccountPropertyCall
-
public class DeleteAccountPropertyCall extends CreateTransactionCallBuilder<DeleteAccountPropertyCall>
-
-
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 DeleteAccountPropertyCall
create()
DeleteAccountPropertyCall
property(java.lang.String property)
DeleteAccountPropertyCall
recipient(long recipient)
DeleteAccountPropertyCall
recipient(java.lang.String recipient)
DeleteAccountPropertyCall
setter(long setter)
DeleteAccountPropertyCall
setter(java.lang.String setter)
-
Methods inherited from class nxt.http.callers.CreateTransactionCallBuilder
broadcast, compressMessageToEncrypt, compressMessageToEncryptToSelf, deadline, ecBlockHeight, ecBlockId, ecBlockId, encryptedMessageData, encryptedMessageData, encryptedMessageIsPrunable, encryptedMessageNonce, encryptedMessageNonce, encryptToSelfMessageData, encryptToSelfMessageData, encryptToSelfMessageNonce, encryptToSelfMessageNonce, feeNQT, message, messageIsPrunable, messageIsText, messageToEncrypt, messageToEncryptIsText, messageToEncryptToSelf, messageToEncryptToSelfIsText, phased, phasingFinishHeight, phasingHashedSecret, phasingHashedSecretAlgorithm, phasingHolding, phasingHolding, phasingLinkedFullHash, phasingLinkedFullHash, phasingMinBalance, phasingMinBalanceModel, phasingQuorum, phasingVotingModel, phasingWhitelisted, publicKey, publicKey, recipientPublicKey, recipientPublicKey, referencedTransactionFullHash, referencedTransactionFullHash, secretPhrase
-
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, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static DeleteAccountPropertyCall create()
-
property
public DeleteAccountPropertyCall property(java.lang.String property)
-
recipient
public DeleteAccountPropertyCall recipient(java.lang.String recipient)
-
recipient
public DeleteAccountPropertyCall recipient(long recipient)
-
setter
public DeleteAccountPropertyCall setter(java.lang.String setter)
-
setter
public DeleteAccountPropertyCall setter(long setter)
-
-