@HTTPService(name="fbjre") public class ExampleService extends java.lang.Object
Constructor and Description |
---|
ExampleService() |
Modifier and Type | Method and Description |
---|---|
Response |
facebookComment()
Generates example FacebookComment
|
Response |
facebookEvent()
Generates example FacebookEvent
|
Response |
facebookGroup()
Generates example FacebookGroup
|
Response |
facebookLike()
Generates example FacebookLike
|
Response |
facebookLocation()
Generates example FacebookLocation
|
Response |
facebookPhotoDescription()
Generates example FacebookPhotoDescription
|
Response |
facebookPhotoTag()
Generates example FacebookPhotoTag
|
Response |
facebookProfile()
Generates example FacebookProfile
|
Response |
facebookRelationship()
Generates example FacebookRelationship
|
Response |
facebookStatusMessage()
Generates example FacebookStatusMessage
|
Response |
facebookUserDetails()
Generates example FacebookUserDetails
|
Response |
facebookVideoDescription()
Generates example FacebookPhotoDescription
|
Response |
taskDetails(Limits limits,
StringParameter taskType)
Generates example task details
|
Response |
taskResults(Limits limits)
Generates example task response
|
Response |
weightModifier()
Generates example weight modifier
|
Response |
weightModifierList()
Generates example weight modifier list
|
public ExampleService()
@HTTPServiceMethod(name="weightModifierList") public Response weightModifierList()
WeightModifierList
@HTTPServiceMethod(name="weightModifier") public Response weightModifier()
WeightModifier
@HTTPServiceMethod(name="taskResults") public Response taskResults(@HTTPMethodParameter(name="limits",required=false,defaultValue="0-0") Limits limits)
limits
- paging limitsFBTaskResponse
@HTTPServiceMethod(name="taskDetails") public Response taskDetails(@HTTPMethodParameter(name="limits",required=false,defaultValue="0-0") Limits limits, @HTTPMethodParameter(name="task_type",required=false) StringParameter taskType) throws java.lang.IllegalArgumentException
limits
- paging limitstaskType
- Will default to AsyncTask.TaskType.FACEBOOK_PROFILE_SUMMARIZATION
if missingjava.lang.IllegalArgumentException
- on invalid task typeFBSummarizationTaskDetails
@HTTPServiceMethod(name="photoTag") public Response facebookPhotoTag()
FacebookPhotoTag
@HTTPServiceMethod(name="comment") public Response facebookComment()
FacebookComment
@HTTPServiceMethod(name="event") public Response facebookEvent()
FacebookEvent
@HTTPServiceMethod(name="group") public Response facebookGroup()
FacebookGroup
@HTTPServiceMethod(name="location") public Response facebookLocation()
FacebookLocation
@HTTPServiceMethod(name="photoDescription") public Response facebookPhotoDescription()
FacebookPhotoDescription
@HTTPServiceMethod(name="videoDescription") public Response facebookVideoDescription()
FacebookVideoDescription
@HTTPServiceMethod(name="profile") public Response facebookProfile()
FacebookProfile
@HTTPServiceMethod(name="relationship") public Response facebookRelationship()
FacebookRelationship
@HTTPServiceMethod(name="statusMessage") public Response facebookStatusMessage()
FacebookStatusMessage
@HTTPServiceMethod(name="userDetails") public Response facebookUserDetails()
FacebookUserDetails
@HTTPServiceMethod(name="like") public Response facebookLike()
FacebookLike
Copyright © 2015 Tampere University of Technology, Pori Department.