Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TokenGetAccountNftInfosResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TokenGetAccountNftInfosResponse,TokenGetAccountNftInfosResponse.Builder
@Generated
public interface TokenGetAccountNftInfosResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).getNfts(int index) * List of NFTs associated to the accountint* List of NFTs associated to the account* List of NFTs associated to the accountboolean* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- Whether the header field is set.
-
getHeader
ResponseHeader getHeader()* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Returns:
- The header.
-
getNftsList
List<TokenNftInfo> getNftsList()* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
getNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
getNftsCount
int getNftsCount()* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2;
-