public static interface GetTokenBalanceResponse.Builder extends ManagedBlockchainQueryResponse.Builder, SdkPojo, CopyableBuilder<GetTokenBalanceResponse.Builder,GetTokenBalanceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTokenBalanceResponse.Builder |
atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
default GetTokenBalanceResponse.Builder |
atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
GetTokenBalanceResponse.Builder |
balance(String balance)
The container for the token balance.
|
GetTokenBalanceResponse.Builder |
lastUpdatedTime(BlockchainInstant lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
default GetTokenBalanceResponse.Builder |
lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
default GetTokenBalanceResponse.Builder |
ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
GetTokenBalanceResponse.Builder |
ownerIdentifier(OwnerIdentifier ownerIdentifier)
Sets the value of the OwnerIdentifier property for this object.
|
default GetTokenBalanceResponse.Builder |
tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
GetTokenBalanceResponse.Builder |
tokenIdentifier(TokenIdentifier tokenIdentifier)
Sets the value of the TokenIdentifier property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTokenBalanceResponse.Builder ownerIdentifier(OwnerIdentifier ownerIdentifier)
ownerIdentifier - The new value for the OwnerIdentifier property for this object.default GetTokenBalanceResponse.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)GetTokenBalanceResponse.Builder tokenIdentifier(TokenIdentifier tokenIdentifier)
tokenIdentifier - The new value for the TokenIdentifier property for this object.default GetTokenBalanceResponse.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)GetTokenBalanceResponse.Builder balance(String balance)
The container for the token balance.
balance - The container for the token balance.GetTokenBalanceResponse.Builder atBlockchainInstant(BlockchainInstant atBlockchainInstant)
atBlockchainInstant - The new value for the AtBlockchainInstant property for this object.default GetTokenBalanceResponse.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)GetTokenBalanceResponse.Builder lastUpdatedTime(BlockchainInstant lastUpdatedTime)
lastUpdatedTime - The new value for the LastUpdatedTime property for this object.default GetTokenBalanceResponse.Builder lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime)
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 lastUpdatedTime(BlockchainInstant).
lastUpdatedTime - a consumer that will call methods on BlockchainInstant.BuilderlastUpdatedTime(BlockchainInstant)Copyright © 2023. All rights reserved.