com.hedera.hashgraph.sdk.proto.AccountApprovalForAllAllowanceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: account.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface AccountApprovalForAllAllowanceOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.AccountApprovalForAllAllowance)
com.google.protobuf.MessageOrBuilder {
/**
* .proto.TokenID token_id = 1;
* @return Whether the tokenId field is set.
*/
boolean hasTokenId();
/**
* .proto.TokenID token_id = 1;
* @return The tokenId.
*/
com.hedera.hashgraph.sdk.proto.TokenID getTokenId();
/**
* .proto.TokenID token_id = 1;
*/
com.hedera.hashgraph.sdk.proto.TokenIDOrBuilder getTokenIdOrBuilder();
/**
* .proto.AccountID spender_id = 2;
* @return Whether the spenderId field is set.
*/
boolean hasSpenderId();
/**
* .proto.AccountID spender_id = 2;
* @return The spenderId.
*/
com.hedera.hashgraph.sdk.proto.AccountID getSpenderId();
/**
* .proto.AccountID spender_id = 2;
*/
com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getSpenderIdOrBuilder();
}