@HTTPService(name="tjre") public class ExampleService extends java.lang.Object
Constructor and Description |
---|
ExampleService() |
Modifier and Type | Method and Description |
---|---|
Response |
taskDetails(Limits limits)
Generates example task details
|
Response |
taskResults(Limits limits)
Generates example task response
|
Response |
twitterLocation()
Generates example TwitterLocation
|
Response |
twitterPhotoDescription()
Generates example TwitterPhotoDescription
|
Response |
twitterPhotoTag()
Generates example TwitterPhotoTag
|
Response |
twitterProfile()
Generates example TwitterProfile
|
Response |
twitterStatusMessage()
Generates example TwitterStatusMessage
|
Response |
twitterUserDetails()
Generates example TwitterUserDetails
|
Response |
twitterVideoDescription()
Generates example TwitterVideoDescription
|
public ExampleService()
@HTTPServiceMethod(name="taskResults") public Response taskResults(@HTTPMethodParameter(name="limits",required=false,defaultValue="0-0") Limits limits)
limits
- paging limitsTwitterTaskResponse
@HTTPServiceMethod(name="taskDetails") public Response taskDetails(@HTTPMethodParameter(name="limits",required=false,defaultValue="0-0") Limits limits)
limits
- paging limitsTwitterSummarizationTaskDetails
@HTTPServiceMethod(name="location") public Response twitterLocation()
TwitterLocation
@HTTPServiceMethod(name="photoDescription") public Response twitterPhotoDescription()
TwitterPhotoDescription
@HTTPServiceMethod(name="photoTag") public Response twitterPhotoTag()
TwitterPhotoTag
@HTTPServiceMethod(name="profile") public Response twitterProfile()
TwitterProfile
@HTTPServiceMethod(name="statusMessage") public Response twitterStatusMessage()
TwitterStatusMessage
@HTTPServiceMethod(name="userDetails") public Response twitterUserDetails()
TwitterUserDetails
@HTTPServiceMethod(name="videoDescription") public Response twitterVideoDescription()
TwitterVideoDescription
Copyright © 2015 Tampere University of Technology, Pori Department.