public class FBJXMLObjectCreator extends java.lang.Object
Constructor and Description |
---|
FBJXMLObjectCreator(java.lang.Long seed) |
public FBJXMLObjectCreator(java.lang.Long seed)
seed
- for random generator, or null to use default (system time in nanoseconds)public long getSeed()
CAXMLObjectCreator.getSeed()
public FacebookComment createComment()
public com.restfb.types.CategorizedFacebookType createCategorizedFacebookType()
public void populateCategorizedFacebookType(com.restfb.types.CategorizedFacebookType type)
type
- public void populateNamedFacebookType(com.restfb.types.NamedFacebookType type)
type
- public com.restfb.types.NamedFacebookType createNamedFacebookType()
public long createUserId()
public WeightModifierList createWeightModifierList()
public WeightModifier createWeightModifier(WeightModifier.WeightModifierType type)
type
- if null, the type will be randomly generatedpublic WeightModifier.WeightModifierType createWeightModifierType()
public MediaObject.ConfirmationStatus createConfirmationStatus()
public CAContentCore.Visibility createVisibility()
CAXMLObjectCreator.createVisibility()
public FBSummarizationTaskDetails createFBSummarizationTaskDetails(int likeCount, int eventCount, int groupCount, int photoDescriptionCount, int videoDescriptionCount, int statusMessageCount, int tagCount, int commentCount)
likeCount
- eventCount
- groupCount
- photoDescriptionCount
- videoDescriptionCount
- statusMessageCount
- tagCount
- commentCount
- public java.lang.String generateFinishedCallbackUri()
public FacebookProfile createFacebookProfile(int likeCount, int eventCount, int groupCount, int photoDescriptionCount, int videoDescriptionCount, int statusMessageCount, int tagCount, int commentCount)
likeCount
- eventCount
- groupCount
- photoDescriptionCount
- videoDescriptionCount
- statusMessageCount
- tagCount
- commentCount
- public FacebookVideoDescription createFacebookVideoDescription(int commentCount)
commentCount
- public FacebookPhotoDescription createFacebookPhotoDescription(int commentCount, int tagCount)
commentCount
- tagCount
- public FacebookPhotoTag createFacebookPhotoTag()
public FacebookEvent createFacebookEvent()
public FacebookEvent.RSVPStatus createRSVPStatus()
public FacebookGroup.Privacy createPrivacy()
public FacebookStatusMessage createFacebookStatusMessage(int commentCount)
commentCount
- public java.util.List<FacebookComment> createFacebookComments(int count)
count
- public FacebookComment createFacebookComment()
public FacebookUserDetails createFacebookUserDetails()
public FacebookLike createFacebookLike()
public FacebookRelationship createFacebookRelationship()
public FacebookLocation createFacebookLocation()
public com.restfb.types.Location createLocation()
public FacebookGroup createFacebookGroup()
public boolean isIncludeResultInfo()
public void setIncludeResultInfo(boolean includeResultInfo)
includeResultInfo
- the includeResultInfo to setpublic java.lang.Integer createBackendId()
CAXMLObjectCreator.createBackendId()
public MediaObjectList createTagList(java.lang.Integer backendId, DataGroups dataGroups, Limits limits, UserIdentity userId)
backendId
- dataGroups
- limits
- userId
- public FBTaskResponse createTaskResponse(DataGroups dataGroups, Limits limits, java.lang.Long taskId, AsyncTask.TaskType taskType)
dataGroups
- limits
- taskId
- randomly generated if nulltaskType
- randomly generated if nullpublic FBFeedbackTaskDetails createFBFeedbackTaskDetails(int objectCount)
objectCount
- Copyright © 2015 Tampere University of Technology, Pori Department.