buzzContent.setType( "text" );
/**
* Create the link that is going to be included in the post.
*/
BuzzLink buzzLink = new BuzzLink();
buzzLink.setHref( link );
buzzLink.setRel( "Google Buzz Api" );
buzzLink.setType( BuzzLink.Type.TEXT );
/**
* Execute API method to post an entry with a link.
*/
BuzzFeedEntry entry = buzz.createPost( userId, buzzContent, buzzLink );