public interface TextData extends UploadData
text/plain content type.| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
data()
Returns a text representation of the upload data.
|
static TextData |
of(java.lang.String text)
Returns an instance of
TextData with the given upload data obtained from the text string. |