![JAR search and dependency download from the Maven repository](/logo.png)
com.neotys.neoload.model.repository.PostTextRequest Maven / Gradle / Ivy
package com.neotys.neoload.model.repository;
import org.immutables.value.Value;
/**
* @deprecated As of v3, replaced by an associated class from v3 version.
*/
@Value.Immutable
@Deprecated
public interface PostTextRequest extends PostRequest {
String getData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy