T
- refer to RIDCHttpPart.PartType
public interface RIDCHttpPart<T>
Modifier and Type | Interface and Description |
---|---|
static class |
RIDCHttpPart.PartType
Currently allowed types of HTTP Parts.
|
Modifier and Type | Method and Description |
---|---|
T |
getContent()
The value/content or the part itself
|
String |
getEncoding()
The encoding of the part
|
String |
getName()
Name of the part
|
RIDCHttpPart.PartType |
getType()
Return the type of the part
|
RIDCHttpPart.PartType getType()
String getName()
T getContent()
String getEncoding()