com.hederahashgraph.api.proto.java.TokenGetAccountNftInfosResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_get_account_nft_infos.proto
package com.hederahashgraph.api.proto.java;
public interface TokenGetAccountNftInfosResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenGetAccountNftInfosResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
java.util.List
getNftsList();
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
com.hederahashgraph.api.proto.java.TokenNftInfo getNfts(int index);
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
int getNftsCount();
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
java.util.List extends com.hederahashgraph.api.proto.java.TokenNftInfoOrBuilder>
getNftsOrBuilderList();
/**
*
**
* List of NFTs associated to the account
*
*
* repeated .proto.TokenNftInfo nfts = 2;
*/
com.hederahashgraph.api.proto.java.TokenNftInfoOrBuilder getNftsOrBuilder(
int index);
}