com.hedera.hashgraph.sdk.proto.ScheduleDeleteTransactionBodyOrBuilder 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: schedule_delete.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface ScheduleDeleteTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ScheduleDeleteTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The ID of the Scheduled Entity
*
*
* .proto.ScheduleID scheduleID = 1;
* @return Whether the scheduleID field is set.
*/
boolean hasScheduleID();
/**
*
**
* The ID of the Scheduled Entity
*
*
* .proto.ScheduleID scheduleID = 1;
* @return The scheduleID.
*/
com.hedera.hashgraph.sdk.proto.ScheduleID getScheduleID();
/**
*
**
* The ID of the Scheduled Entity
*
*
* .proto.ScheduleID scheduleID = 1;
*/
com.hedera.hashgraph.sdk.proto.ScheduleIDOrBuilder getScheduleIDOrBuilder();
}