Uses of Class
com.google.code.facebookapi.Pair

Uses of Pair in com.google.code.facebookapi
 

Subclasses of Pair in com.google.code.facebookapi
 class FeedFacebookPhoto
          A simple Pair consisting of a Facebook Photos photo ID for an image appearing in a newsfeed/minifeed story and the destination URL for a click on that image.
 class FeedImage
          A simple Pair of URLs for an image appearing in a newsfeed/minifeed story and the optional destination URL for a click on that image.
 class FeedUserPhoto
          A simple Pair consisting of a Facebook Photos photo ID for an image appearing in a newsfeed/minifeed story and the destination URL for a click on that image.
 

Methods in com.google.code.facebookapi with parameters of type Pair
protected  T ExtensibleClient.callMethod(IFacebookMethod method, Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
          Call the specified method, with the given parameters, and return a DOM tree with the results.
protected  org.w3c.dom.Document FacebookRestClient.callMethod(IFacebookMethod method, Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
          Deprecated. Call the specified method, with the given parameters, and return a DOM tree with the results.
 

Method parameters in com.google.code.facebookapi with type arguments of type Pair
static boolean ExtensibleClient.addParam(java.lang.String name, java.lang.CharSequence value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
           
static boolean FacebookRestClient.addParam(java.lang.String name, java.lang.CharSequence value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
          Deprecated.  
static boolean ExtensibleClient.addParam(java.lang.String name, java.lang.Long value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
           
static boolean FacebookRestClient.addParam(java.lang.String name, java.lang.Long value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
          Deprecated.  
static boolean ExtensibleClient.addParamIfNotBlank(java.lang.String name, java.lang.CharSequence value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
           
static boolean FacebookRestClient.addParamIfNotBlank(java.lang.String name, java.lang.CharSequence value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
          Deprecated.  
static boolean ExtensibleClient.addParamIfNotBlank(java.lang.String name, java.lang.Long value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
           
static boolean FacebookRestClient.addParamIfNotBlank(java.lang.String name, java.lang.Long value, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> params)
          Deprecated.  
protected  T ExtensibleClient.callMethod(IFacebookMethod method, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
          Call the specified method, with the given parameters, and return a DOM tree with the results.
protected  org.w3c.dom.Document FacebookRestClient.callMethod(IFacebookMethod method, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
          Deprecated. Call the specified method, with the given parameters, and return a DOM tree with the results.
protected  void ExtensibleClient.handleFeedImages(java.util.List<Pair<java.lang.String,java.lang.CharSequence>> params, java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images)
          Adds image parameters
 



Copyright © 2008. All Rights Reserved.