Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class TokenGetAccountNftInfosResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<TokenGetAccountNftInfosResponse,TokenGetAccountNftInfosResponse.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<TokenGetAccountNftInfosResponse,TokenGetAccountNftInfosResponse.Builder>
com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,TokenGetAccountNftInfosResponseOrBuilder,Cloneable
- Enclosing class:
TokenGetAccountNftInfosResponse
public static final class TokenGetAccountNftInfosResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<TokenGetAccountNftInfosResponse,TokenGetAccountNftInfosResponse.Builder>
implements TokenGetAccountNftInfosResponseOrBuilder
* Deleted and unsupported.Protobuf type
proto.TokenGetAccountNftInfosResponse-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllNfts(Iterable<? extends TokenNftInfo> values) * List of NFTs associated to the accountaddNfts(int index, TokenNftInfo value) * List of NFTs associated to the accountaddNfts(int index, TokenNftInfo.Builder builderForValue) * List of NFTs associated to the accountaddNfts(TokenNftInfo value) * List of NFTs associated to the accountaddNfts(TokenNftInfo.Builder builderForValue) * List of NFTs associated to the account* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).* List of NFTs associated to the account* 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).mergeHeader(ResponseHeader value) * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).removeNfts(int index) * List of NFTs associated to the accountsetHeader(ResponseHeader value) * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).setHeader(ResponseHeader.Builder builderForValue) * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).setNfts(int index, TokenNftInfo value) * List of NFTs associated to the accountsetNfts(int index, TokenNftInfo.Builder builderForValue) * List of NFTs associated to the accountMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
public 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;- Specified by:
hasHeaderin interfaceTokenGetAccountNftInfosResponseOrBuilder- Returns:
- Whether the header field is set.
-
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;- Specified by:
getHeaderin interfaceTokenGetAccountNftInfosResponseOrBuilder- Returns:
- The header.
-
setHeader
* 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; -
setHeader
* 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; -
mergeHeader
* 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; -
clearHeader
* 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; -
getNftsList
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2;- Specified by:
getNftsListin interfaceTokenGetAccountNftInfosResponseOrBuilder
-
getNftsCount
public int getNftsCount()* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2;- Specified by:
getNftsCountin interfaceTokenGetAccountNftInfosResponseOrBuilder
-
getNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2;- Specified by:
getNftsin interfaceTokenGetAccountNftInfosResponseOrBuilder
-
setNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
setNfts
public TokenGetAccountNftInfosResponse.Builder setNfts(int index, TokenNftInfo.Builder builderForValue) * List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
addNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
addNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
addNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
addNfts
public TokenGetAccountNftInfosResponse.Builder addNfts(int index, TokenNftInfo.Builder builderForValue) * List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
addAllNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
clearNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2; -
removeNfts
* List of NFTs associated to the account
repeated .proto.TokenNftInfo nfts = 2;
-