Package com.yahoo.restapi
Interface RestApi.RequestContext.RequestContent
-
- Enclosing interface:
- RestApi.RequestContext
public static interface RestApi.RequestContext.RequestContent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
content()
String
contentType()
-
-
-
Method Detail
-
contentType
String contentType()
-
content
InputStream content()
-
-