default BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant) |
Sets the value of the AtBlockchainInstant property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant) |
Sets the value of the AtBlockchainInstant property for this object.
|
static BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.builder() |
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.errorCode(String errorCode) |
The error code associated with the error.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.errorMessage(String errorMessage) |
The message associated with the error.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.errorType(String errorType) |
The type of error.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.errorType(ErrorType errorType) |
The type of error.
|
default BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier) |
Sets the value of the OwnerIdentifier property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.ownerIdentifier(OwnerIdentifier ownerIdentifier) |
Sets the value of the OwnerIdentifier property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.toBuilder() |
|
default BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier) |
Sets the value of the TokenIdentifier property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.tokenIdentifier(TokenIdentifier tokenIdentifier) |
Sets the value of the TokenIdentifier property for this object.
|