![JAR search and dependency download from the Maven repository](/logo.png)
io.github.eduardromanyuk.turbosms.model.request.TsFileAddDataRequest Maven / Gradle / Ivy
package io.github.eduardromanyuk.turbosms.model.request;
import com.fasterxml.jackson.annotation.JsonProperty;
public interface TsFileAddDataRequest {
@JsonProperty("data")
String getData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy