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

Packages that use Activity.Builder
  • Uses of Activity.Builder in com.atlassian.gadgets.opensocial.model

    Modifier and Type
    Method
    Description
    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.body(String body)
    Set the body of the Activity under construction and return this Builder to allow further construction to be done.
    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.id(ActivityId id)
    Set the id of the Activity under construction and return this Builder to allow further construction to be done.
    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.postedTime(Long postedTime)
    Set the postedTime of the Activity under construction and return this Builder to allow further construction to be done.
    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.streamFaviconUrl(String streamFaviconUrl)
    Set the streamFaviconUrl of the Activity under construction and return this Builder to allow further construction to be done.
    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.streamTitle(String streamTitle)
    Set the streamTitle of the Activity under construction and return this Builder to allow further construction to be done.
    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.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.url(String url)
    Set the url of the Activity under construction and return this Builder to allow further construction to be done.
    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.