Uses of Interface
com.rosaloves.bitlyj.BitlyMethod

Packages that use BitlyMethod
com.rosaloves.bitlyj   
 

Uses of BitlyMethod in com.rosaloves.bitlyj
 

Classes in com.rosaloves.bitlyj that implement BitlyMethod
 class MethodBase<A>
          $Id: MethodBase.java 133 2010-07-26 11:11:03Z chris@rosaloves.com $
 

Methods in com.rosaloves.bitlyj that return BitlyMethod
static BitlyMethod<Set<UrlClicks>> Bitly.clicks(String... string)
           
static BitlyMethod<UrlClicks> Bitly.clicks(String string)
           
static BitlyMethod<Set<Url>> Bitly.expand(String... value)
           
static BitlyMethod<Url> Bitly.expand(String value)
           
static BitlyMethod<Set<UrlInfo>> Bitly.info(String... value)
           
static BitlyMethod<UrlInfo> Bitly.info(String value)
           
static BitlyMethod<ShortenedUrl> Bitly.shorten(String longUrl)
           
 

Methods in com.rosaloves.bitlyj with parameters of type BitlyMethod
<A> A
Bitly.Provider.call(BitlyMethod<A> m)
           
 



Copyright © 2010. All Rights Reserved.