Uses of Class
com.atlassian.gadgets.opensocial.model.Activity.Builder

Packages that use Activity.Builder
com.atlassian.gadgets.opensocial.model   
 

Uses of Activity.Builder in com.atlassian.gadgets.opensocial.model
 

Methods in com.atlassian.gadgets.opensocial.model that return Activity.Builder
 Activity.Builder Activity.Builder.appId(AppId appId)
          Set the application (gadget type) id of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.body(String body)
          Set the body of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.externalId(String externalId)
          Set the externalId of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.id(ActivityId id)
          Set the id of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.mediaItems(List<MediaItem> mediaItems)
          Set the mediaItems associated with the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.postedTime(Long postedTime)
          Set the postedTime of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.priority(Float priority)
          Set the priority of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.streamFaviconUrl(String streamFaviconUrl)
          Set the streamFaviconUrl of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.streamSourceUrl(String streamSourceUrl)
          Set the streamSourceUrl of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.streamTitle(String streamTitle)
          Set the streamTitle of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.streamUrl(String streamUrl)
          Set the streamUrl of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.updated(Date updated)
          Set the updated date of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.url(String url)
          Set the url of the Activity under construction and return this Builder to allow further construction to be done.
 Activity.Builder Activity.Builder.userId(PersonId userId)
          Set the user id of the Activity under construction and return this Builder to allow further construction to be done.
 



Copyright © 2012 Atlassian. All Rights Reserved.