All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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