public class CreatePollCall extends APICall.Builder<CreatePollCall>
params
Modifier and Type | Method and Description |
---|---|
CreatePollCall |
broadcast(boolean broadcast) |
CreatePollCall |
chain(int chain) |
CreatePollCall |
chain(java.lang.String chain) |
CreatePollCall |
compressMessageToEncrypt(java.lang.String compressMessageToEncrypt) |
CreatePollCall |
compressMessageToEncryptToSelf(java.lang.String compressMessageToEncryptToSelf) |
static CreatePollCall |
create(int chain) |
CreatePollCall |
deadline(int deadline) |
CreatePollCall |
description(java.lang.String description) |
CreatePollCall |
ecBlockHeight(int ecBlockHeight) |
CreatePollCall |
ecBlockId(long ecBlockId) |
CreatePollCall |
ecBlockId(java.lang.String ecBlockId) |
CreatePollCall |
encryptedMessageData(byte[] encryptedMessageData) |
CreatePollCall |
encryptedMessageData(java.lang.String encryptedMessageData) |
CreatePollCall |
encryptedMessageIsPrunable(boolean encryptedMessageIsPrunable) |
CreatePollCall |
encryptedMessageNonce(byte[] encryptedMessageNonce) |
CreatePollCall |
encryptedMessageNonce(java.lang.String encryptedMessageNonce) |
CreatePollCall |
encryptToSelfMessageData(byte[] encryptToSelfMessageData) |
CreatePollCall |
encryptToSelfMessageData(java.lang.String encryptToSelfMessageData) |
CreatePollCall |
encryptToSelfMessageNonce(byte[] encryptToSelfMessageNonce) |
CreatePollCall |
encryptToSelfMessageNonce(java.lang.String encryptToSelfMessageNonce) |
CreatePollCall |
feeNQT(long feeNQT) |
CreatePollCall |
feeRateNQTPerFXT(long feeRateNQTPerFXT) |
CreatePollCall |
finishHeight(java.lang.String finishHeight) |
CreatePollCall |
holding(long holding) |
CreatePollCall |
holding(java.lang.String holding) |
CreatePollCall |
maxNumberOfOptions(java.lang.String maxNumberOfOptions) |
CreatePollCall |
maxRangeValue(java.lang.String maxRangeValue) |
CreatePollCall |
message(java.lang.String message) |
CreatePollCall |
messageIsPrunable(boolean messageIsPrunable) |
CreatePollCall |
messageIsText(boolean messageIsText) |
CreatePollCall |
messageToEncrypt(java.lang.String messageToEncrypt) |
CreatePollCall |
messageToEncryptIsText(boolean messageToEncryptIsText) |
CreatePollCall |
messageToEncryptToSelf(java.lang.String messageToEncryptToSelf) |
CreatePollCall |
messageToEncryptToSelfIsText(boolean messageToEncryptToSelfIsText) |
CreatePollCall |
minBalance(java.lang.String minBalance) |
CreatePollCall |
minBalanceModel(java.lang.String minBalanceModel) |
CreatePollCall |
minBundlerBalanceFXT(long minBundlerBalanceFXT) |
CreatePollCall |
minNumberOfOptions(java.lang.String minNumberOfOptions) |
CreatePollCall |
minRangeValue(java.lang.String minRangeValue) |
CreatePollCall |
name(java.lang.String name) |
CreatePollCall |
option00(java.lang.String option00) |
CreatePollCall |
option01(java.lang.String option01) |
CreatePollCall |
option02(java.lang.String option02) |
CreatePollCall |
phased(boolean phased) |
CreatePollCall |
phasingExpression(java.lang.String phasingExpression) |
CreatePollCall |
phasingFinishHeight(java.lang.String phasingFinishHeight) |
CreatePollCall |
phasingHashedSecret(java.lang.String phasingHashedSecret) |
CreatePollCall |
phasingHashedSecretAlgorithm(java.lang.String phasingHashedSecretAlgorithm) |
CreatePollCall |
phasingHolding(java.lang.String phasingHolding) |
CreatePollCall |
phasingLinkedTransaction(java.lang.String... phasingLinkedTransaction) |
CreatePollCall |
phasingMinBalance(java.lang.String phasingMinBalance) |
CreatePollCall |
phasingMinBalanceModel(java.lang.String phasingMinBalanceModel) |
CreatePollCall |
phasingParams(java.lang.String phasingParams) |
CreatePollCall |
phasingQuorum(java.lang.String phasingQuorum) |
CreatePollCall |
phasingRecipientPropertyName(java.lang.String phasingRecipientPropertyName) |
CreatePollCall |
phasingRecipientPropertySetter(java.lang.String phasingRecipientPropertySetter) |
CreatePollCall |
phasingRecipientPropertyValue(java.lang.String phasingRecipientPropertyValue) |
CreatePollCall |
phasingSenderPropertyName(java.lang.String phasingSenderPropertyName) |
CreatePollCall |
phasingSenderPropertySetter(java.lang.String phasingSenderPropertySetter) |
CreatePollCall |
phasingSenderPropertyValue(java.lang.String phasingSenderPropertyValue) |
CreatePollCall |
phasingSubPolls(java.lang.String phasingSubPolls) |
CreatePollCall |
phasingVotingModel(java.lang.String phasingVotingModel) |
CreatePollCall |
phasingWhitelisted(java.lang.String... phasingWhitelisted) |
CreatePollCall |
publicKey(byte[] publicKey) |
CreatePollCall |
publicKey(java.lang.String publicKey) |
CreatePollCall |
recipientPublicKey(byte[] recipientPublicKey) |
CreatePollCall |
recipientPublicKey(java.lang.String recipientPublicKey) |
CreatePollCall |
referencedTransaction(java.lang.String referencedTransaction) |
CreatePollCall |
secretPhrase(java.lang.String secretPhrase) |
CreatePollCall |
timestamp(int timestamp) |
CreatePollCall |
votingModel(java.lang.String votingModel) |
CreatePollCall |
voucher(boolean voucher) |
build, call, download, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, recipient, remote, setParamValidation, unsignedLongParam, unsignedLongParam
public static CreatePollCall create(int chain)
public CreatePollCall phasingQuorum(java.lang.String phasingQuorum)
public CreatePollCall votingModel(java.lang.String votingModel)
public CreatePollCall voucher(boolean voucher)
public CreatePollCall compressMessageToEncryptToSelf(java.lang.String compressMessageToEncryptToSelf)
public CreatePollCall publicKey(java.lang.String publicKey)
public CreatePollCall publicKey(byte[] publicKey)
public CreatePollCall phasingExpression(java.lang.String phasingExpression)
public CreatePollCall secretPhrase(java.lang.String secretPhrase)
secretPhrase
in class APICall.Builder<CreatePollCall>
public CreatePollCall ecBlockId(java.lang.String ecBlockId)
public CreatePollCall ecBlockId(long ecBlockId)
public CreatePollCall phasingHashedSecret(java.lang.String phasingHashedSecret)
public CreatePollCall phasingHolding(java.lang.String phasingHolding)
public CreatePollCall encryptedMessageData(java.lang.String encryptedMessageData)
public CreatePollCall encryptedMessageData(byte[] encryptedMessageData)
public CreatePollCall finishHeight(java.lang.String finishHeight)
public CreatePollCall messageToEncryptIsText(boolean messageToEncryptIsText)
public CreatePollCall messageToEncryptToSelf(java.lang.String messageToEncryptToSelf)
public CreatePollCall phasingMinBalance(java.lang.String phasingMinBalance)
public CreatePollCall maxNumberOfOptions(java.lang.String maxNumberOfOptions)
public CreatePollCall phasingWhitelisted(java.lang.String... phasingWhitelisted)
public CreatePollCall minRangeValue(java.lang.String minRangeValue)
public CreatePollCall phasingSenderPropertyName(java.lang.String phasingSenderPropertyName)
public CreatePollCall encryptedMessageNonce(java.lang.String encryptedMessageNonce)
public CreatePollCall encryptedMessageNonce(byte[] encryptedMessageNonce)
public CreatePollCall phasingLinkedTransaction(java.lang.String... phasingLinkedTransaction)
public CreatePollCall phasingFinishHeight(java.lang.String phasingFinishHeight)
public CreatePollCall minNumberOfOptions(java.lang.String minNumberOfOptions)
public CreatePollCall minBalance(java.lang.String minBalance)
public CreatePollCall phasingParams(java.lang.String phasingParams)
public CreatePollCall phasingHashedSecretAlgorithm(java.lang.String phasingHashedSecretAlgorithm)
public CreatePollCall name(java.lang.String name)
public CreatePollCall phasingMinBalanceModel(java.lang.String phasingMinBalanceModel)
public CreatePollCall minBalanceModel(java.lang.String minBalanceModel)
public CreatePollCall phasingVotingModel(java.lang.String phasingVotingModel)
public CreatePollCall broadcast(boolean broadcast)
public CreatePollCall phasingRecipientPropertyName(java.lang.String phasingRecipientPropertyName)
public CreatePollCall encryptedMessageIsPrunable(boolean encryptedMessageIsPrunable)
public CreatePollCall messageIsPrunable(boolean messageIsPrunable)
public CreatePollCall description(java.lang.String description)
public CreatePollCall phasingSubPolls(java.lang.String phasingSubPolls)
public CreatePollCall phased(boolean phased)
public CreatePollCall holding(java.lang.String holding)
public CreatePollCall holding(long holding)
public CreatePollCall phasingRecipientPropertySetter(java.lang.String phasingRecipientPropertySetter)
public CreatePollCall messageToEncrypt(java.lang.String messageToEncrypt)
public CreatePollCall messageIsText(boolean messageIsText)
public CreatePollCall deadline(int deadline)
public CreatePollCall timestamp(int timestamp)
public CreatePollCall maxRangeValue(java.lang.String maxRangeValue)
public CreatePollCall chain(java.lang.String chain)
public CreatePollCall chain(int chain)
chain
in class APICall.Builder<CreatePollCall>
public CreatePollCall messageToEncryptToSelfIsText(boolean messageToEncryptToSelfIsText)
public CreatePollCall referencedTransaction(java.lang.String referencedTransaction)
public CreatePollCall recipientPublicKey(java.lang.String recipientPublicKey)
public CreatePollCall recipientPublicKey(byte[] recipientPublicKey)
public CreatePollCall feeNQT(long feeNQT)
feeNQT
in class APICall.Builder<CreatePollCall>
public CreatePollCall phasingSenderPropertySetter(java.lang.String phasingSenderPropertySetter)
public CreatePollCall message(java.lang.String message)
public CreatePollCall encryptToSelfMessageData(java.lang.String encryptToSelfMessageData)
public CreatePollCall encryptToSelfMessageData(byte[] encryptToSelfMessageData)
public CreatePollCall feeRateNQTPerFXT(long feeRateNQTPerFXT)
feeRateNQTPerFXT
in class APICall.Builder<CreatePollCall>
public CreatePollCall phasingRecipientPropertyValue(java.lang.String phasingRecipientPropertyValue)
public CreatePollCall encryptToSelfMessageNonce(java.lang.String encryptToSelfMessageNonce)
public CreatePollCall encryptToSelfMessageNonce(byte[] encryptToSelfMessageNonce)
public CreatePollCall compressMessageToEncrypt(java.lang.String compressMessageToEncrypt)
public CreatePollCall ecBlockHeight(int ecBlockHeight)
public CreatePollCall minBundlerBalanceFXT(long minBundlerBalanceFXT)
public CreatePollCall option01(java.lang.String option01)
public CreatePollCall option02(java.lang.String option02)
public CreatePollCall phasingSenderPropertyValue(java.lang.String phasingSenderPropertyValue)
public CreatePollCall option00(java.lang.String option00)