Uses of Class
com.sugestio.client.SugestioClient.Verb

Packages that use SugestioClient.Verb
com.sugestio.client   
com.sugestio.client.call   
 

Uses of SugestioClient.Verb in com.sugestio.client
 

Methods in com.sugestio.client that return SugestioClient.Verb
 SugestioClient.Verb SugestioResult.getVerb()
           
static SugestioClient.Verb SugestioClient.Verb.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SugestioClient.Verb[] SugestioClient.Verb.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sugestio.client with parameters of type SugestioClient.Verb
 void SugestioResult.setVerb(SugestioClient.Verb verb)
           
 

Uses of SugestioClient.Verb in com.sugestio.client.call
 

Methods in com.sugestio.client.call with parameters of type SugestioClient.Verb
protected  java.lang.String Call.getUri(SugestioClient.Verb verb, SugestioClient.ResourceType resourceType)