public class RequestBody
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestBody.Type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getBytes() |
java.io.File |
getFile() |
java.lang.String |
getFileName() |
RequestBody.Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public RequestBody.Type getType()
public byte[] getBytes()
public java.io.File getFile()
public java.lang.String getFileName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object