org.exoplatform.social.client.api.model
Interface RestActivityStream

All Known Implementing Classes:
RestActivityStreamImpl

public interface RestActivityStream

Activity Stream model.

Since:
Jun 29, 2011
Author:
hoatle (hoatlevan at gmail dot com)

Nested Class Summary
static class RestActivityStream.Field
          The fields that represent the RestActivityStream object in json form.
 
Method Summary
 String getFaviconUrl()
          Gets the favicon url of the activity stream.
 String getFullName()
          Gets the full name of activity stream owner.
 String getPermaLink()
          Gets the permanent link for activity stream.
 String getPrettyId()
          Gets the pretty id from the activity stream.
 String getTitle()
          Gets activity stream's title.
 String getType()
          Gets the type of activity stream.
 void setFaviconUrl(String faviconUrl)
          Sets the favicon url for the activity stream.
 void setFullName(String fullName)
          Sets the full name for the activity stream owner.
 void setPermaLink(String permaLink)
          Sets the permanent link for activity stream.
 void setPrettyId(String prettyId)
          Sets the pretty id for the activity stream.
 void setTitle(String title)
          Sets the activity stream title.
 void setType(String type)
          Sets the type of activity stream.
 

Method Detail

getType

String getType()
Gets the type of activity stream.

Returns:
the type

setType

void setType(String type)
Sets the type of activity stream.

Parameters:
type - the type

getPrettyId

String getPrettyId()
Gets the pretty id from the activity stream.

Returns:
the pretty id

setPrettyId

void setPrettyId(String prettyId)
Sets the pretty id for the activity stream.

Parameters:
prettyId - the pretty id

getFullName

String getFullName()
Gets the full name of activity stream owner.

Returns:
the fullName of activity stream owner.
Since:
1.0.0-alpha3 (Rest v1-alpha3)

setFullName

void setFullName(String fullName)
Sets the full name for the activity stream owner.

Parameters:
fullName - the full name
Since:
1.0.0-alpha3 (Rest v1-alpha3)

getFaviconUrl

String getFaviconUrl()
Gets the favicon url of the activity stream.

Returns:
the favicon url

setFaviconUrl

void setFaviconUrl(String faviconUrl)
Sets the favicon url for the activity stream.

Parameters:
faviconUrl - the favicon url

getTitle

String getTitle()
Gets activity stream's title.

Returns:
the activity stream's title

setTitle

void setTitle(String title)
Sets the activity stream title.

Parameters:
title - the activity stream's title

getPermaLink

String getPermaLink()
Gets the permanent link for activity stream.

Returns:
the permanent link

setPermaLink

void setPermaLink(String permaLink)
Sets the permanent link for activity stream.

Parameters:
permaLink - the permanent link


Copyright © 2011-2012 eXo Platform. All Rights Reserved.