FileDocCategorySizeDatePackage
SubscribedFeedsEntry.javaAPI DocAndroid 1.5 API1151Wed May 06 22:41:16 BST 2009com.google.wireless.gdata.subscribedfeeds.data

SubscribedFeedsEntry

public class SubscribedFeedsEntry extends com.google.wireless.gdata.data.Entry
Entry containing information about a contact.

Fields Summary
private FeedUrl
feedUrl
private String
routingInfo
private String
clientToken
Constructors Summary
public SubscribedFeedsEntry()

        super();
    
Methods Summary
public voidclear()

        super.clear();
    
public java.lang.StringgetClientToken()

        return clientToken;
    
public java.lang.StringgetRoutingInfo()

        return routingInfo;
    
public FeedUrlgetSubscribedFeed()

        return feedUrl;
    
public voidsetClientToken(java.lang.String clientToken)

        this.clientToken = clientToken;
    
public voidsetRoutingInfo(java.lang.String routingInfo)

        this.routingInfo = routingInfo;
    
public voidsetSubscribedFeed(FeedUrl feedUrl)

        this.feedUrl = feedUrl;
    
public voidtoString(java.lang.StringBuffer sb)

        super.toString(sb);