Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class TokenGetAccountNftInfosQuery.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<TokenGetAccountNftInfosQuery,TokenGetAccountNftInfosQuery.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<TokenGetAccountNftInfosQuery,TokenGetAccountNftInfosQuery.Builder>
com.hedera.hashgraph.sdk.proto.TokenGetAccountNftInfosQuery.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,TokenGetAccountNftInfosQueryOrBuilder,Cloneable
- Enclosing class:
TokenGetAccountNftInfosQuery
public static final class TokenGetAccountNftInfosQuery.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<TokenGetAccountNftInfosQuery,TokenGetAccountNftInfosQuery.Builder>
implements TokenGetAccountNftInfosQueryOrBuilder
* Deleted and unsupported. This query is not implemented and any query of this type submitted SHALL return a `NOT_SUPPORTED` response code.Protobuf type
proto.TokenGetAccountNftInfosQuery-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescription* The Account for which information is requestedclearEnd()* Specifies the end index (exclusive) of the range of NFTs to query for.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).* Specifies the start index (inclusive) of the range of NFTs to query for.* The Account for which information is requestedlonggetEnd()* Specifies the end index (exclusive) of the range of NFTs to query for.* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).longgetStart()* Specifies the start index (inclusive) of the range of NFTs to query for.boolean* The Account for which information is requestedboolean* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).mergeAccountID(AccountID value) * The Account for which information is requestedmergeHeader(QueryHeader value) * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).setAccountID(AccountID value) * The Account for which information is requestedsetAccountID(AccountID.Builder builderForValue) * The Account for which information is requestedsetEnd(long value) * Specifies the end index (exclusive) of the range of NFTs to query for.setHeader(QueryHeader value) * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).setHeader(QueryHeader.Builder builderForValue) * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).setStart(long value) * Specifies the start index (inclusive) of the range of NFTs to query for.Methods 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()* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1;- Specified by:
hasHeaderin interfaceTokenGetAccountNftInfosQueryOrBuilder- Returns:
- Whether the header field is set.
-
getHeader
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1;- Specified by:
getHeaderin interfaceTokenGetAccountNftInfosQueryOrBuilder- Returns:
- The header.
-
setHeader
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1; -
setHeader
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1; -
mergeHeader
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1; -
clearHeader
* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1; -
hasAccountID
public boolean hasAccountID()* The Account for which information is requested
.proto.AccountID accountID = 2;- Specified by:
hasAccountIDin interfaceTokenGetAccountNftInfosQueryOrBuilder- Returns:
- Whether the accountID field is set.
-
getAccountID
* The Account for which information is requested
.proto.AccountID accountID = 2;- Specified by:
getAccountIDin interfaceTokenGetAccountNftInfosQueryOrBuilder- Returns:
- The accountID.
-
setAccountID
* The Account for which information is requested
.proto.AccountID accountID = 2; -
setAccountID
* The Account for which information is requested
.proto.AccountID accountID = 2; -
mergeAccountID
* The Account for which information is requested
.proto.AccountID accountID = 2; -
clearAccountID
* The Account for which information is requested
.proto.AccountID accountID = 2; -
getStart
public long getStart()* Specifies the start index (inclusive) of the range of NFTs to query for. Value must be in the range [0; ownedNFTs-1]
int64 start = 3;- Specified by:
getStartin interfaceTokenGetAccountNftInfosQueryOrBuilder- Returns:
- The start.
-
setStart
* Specifies the start index (inclusive) of the range of NFTs to query for. Value must be in the range [0; ownedNFTs-1]
int64 start = 3;- Parameters:
value- The start to set.- Returns:
- This builder for chaining.
-
clearStart
* Specifies the start index (inclusive) of the range of NFTs to query for. Value must be in the range [0; ownedNFTs-1]
int64 start = 3;- Returns:
- This builder for chaining.
-
getEnd
public long getEnd()* Specifies the end index (exclusive) of the range of NFTs to query for. Value must be in the range (start; ownedNFTs]
int64 end = 4;- Specified by:
getEndin interfaceTokenGetAccountNftInfosQueryOrBuilder- Returns:
- The end.
-
setEnd
* Specifies the end index (exclusive) of the range of NFTs to query for. Value must be in the range (start; ownedNFTs]
int64 end = 4;- Parameters:
value- The end to set.- Returns:
- This builder for chaining.
-
clearEnd
* Specifies the end index (exclusive) of the range of NFTs to query for. Value must be in the range (start; ownedNFTs]
int64 end = 4;- Returns:
- This builder for chaining.
-