public static interface GetAssetContractResponse.Builder extends ManagedBlockchainQueryResponse.Builder, SdkPojo, CopyableBuilder<GetAssetContractResponse.Builder,GetAssetContractResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAssetContractResponse.Builder |
contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractResponse.Builder |
contractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
|
GetAssetContractResponse.Builder |
deployerAddress(String deployerAddress)
The address of the deployer of contract.
|
default GetAssetContractResponse.Builder |
metadata(Consumer<ContractMetadata.Builder> metadata)
Sets the value of the Metadata property for this object.
|
GetAssetContractResponse.Builder |
metadata(ContractMetadata metadata)
Sets the value of the Metadata property for this object.
|
GetAssetContractResponse.Builder |
tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract requested.
|
GetAssetContractResponse.Builder |
tokenStandard(String tokenStandard)
The token standard of the contract requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetContractResponse.Builder contractIdentifier(ContractIdentifier contractIdentifier)
Contains the blockchain address and network information about the contract.
contractIdentifier - Contains the blockchain address and network information about the contract.default GetAssetContractResponse.Builder contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
Contains the blockchain address and network information about the contract.
This is a convenience method that creates an instance of theContractIdentifier.Builder avoiding the
need to create one manually via ContractIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contractIdentifier(ContractIdentifier).
contractIdentifier - a consumer that will call methods on ContractIdentifier.BuildercontractIdentifier(ContractIdentifier)GetAssetContractResponse.Builder tokenStandard(String tokenStandard)
The token standard of the contract requested.
tokenStandard - The token standard of the contract requested.QueryTokenStandard,
QueryTokenStandardGetAssetContractResponse.Builder tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract requested.
tokenStandard - The token standard of the contract requested.QueryTokenStandard,
QueryTokenStandardGetAssetContractResponse.Builder deployerAddress(String deployerAddress)
The address of the deployer of contract.
deployerAddress - The address of the deployer of contract.GetAssetContractResponse.Builder metadata(ContractMetadata metadata)
metadata - The new value for the Metadata property for this object.default GetAssetContractResponse.Builder metadata(Consumer<ContractMetadata.Builder> metadata)
ContractMetadata.Builder avoiding the
need to create one manually via ContractMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metadata(ContractMetadata).
metadata - a consumer that will call methods on ContractMetadata.Buildermetadata(ContractMetadata)Copyright © 2023. All rights reserved.