public static interface BatchGetTokenBalanceErrorItem.Builder extends SdkPojo, CopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceErrorItem.Builder |
atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default BatchGetTokenBalanceErrorItem.Builder |
atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
errorCode(String errorCode)
The error code associated with the error.
|
BatchGetTokenBalanceErrorItem.Builder |
errorMessage(String errorMessage)
The message associated with the error.
|
BatchGetTokenBalanceErrorItem.Builder |
errorType(ErrorType errorType)
The type of error.
|
BatchGetTokenBalanceErrorItem.Builder |
errorType(String errorType)
The type of error.
|
default BatchGetTokenBalanceErrorItem.Builder |
ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
ownerIdentifier(OwnerIdentifier ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default BatchGetTokenBalanceErrorItem.Builder |
tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
tokenIdentifier(TokenIdentifier tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetTokenBalanceErrorItem.Builder tokenIdentifier(TokenIdentifier tokenIdentifier)
tokenIdentifier - The new value for the TokenIdentifier property for this object.default BatchGetTokenBalanceErrorItem.Builder tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
TokenIdentifier.Builder avoiding the
need to create one manually via TokenIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tokenIdentifier(TokenIdentifier).
tokenIdentifier - a consumer that will call methods on TokenIdentifier.BuildertokenIdentifier(TokenIdentifier)BatchGetTokenBalanceErrorItem.Builder ownerIdentifier(OwnerIdentifier ownerIdentifier)
ownerIdentifier - The new value for the OwnerIdentifier property for this object.default BatchGetTokenBalanceErrorItem.Builder ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
OwnerIdentifier.Builder avoiding the
need to create one manually via OwnerIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ownerIdentifier(OwnerIdentifier).
ownerIdentifier - a consumer that will call methods on OwnerIdentifier.BuilderownerIdentifier(OwnerIdentifier)BatchGetTokenBalanceErrorItem.Builder atBlockchainInstant(BlockchainInstant atBlockchainInstant)
atBlockchainInstant - The new value for the AtBlockchainInstant property for this object.default BatchGetTokenBalanceErrorItem.Builder atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
BlockchainInstant.Builder avoiding the
need to create one manually via BlockchainInstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to atBlockchainInstant(BlockchainInstant).
atBlockchainInstant - a consumer that will call methods on BlockchainInstant.BuilderatBlockchainInstant(BlockchainInstant)BatchGetTokenBalanceErrorItem.Builder errorCode(String errorCode)
The error code associated with the error.
errorCode - The error code associated with the error.BatchGetTokenBalanceErrorItem.Builder errorMessage(String errorMessage)
The message associated with the error.
errorMessage - The message associated with the error.BatchGetTokenBalanceErrorItem.Builder errorType(String errorType)
The type of error.
BatchGetTokenBalanceErrorItem.Builder errorType(ErrorType errorType)
The type of error.
Copyright © 2023. All rights reserved.