org.androidannotations.api.rest
Interface RestClientRootUrl


public interface RestClientRootUrl

A @Rest interface implementing this interface will automatically have the implementations of these methods generated.


Method Summary
 String getRootUrl()
          Gets the root URL for the rest service.
 void setRootUrl(String rootUrl)
          Sets the root URL for the rest service.
 

Method Detail

getRootUrl

String getRootUrl()
Gets the root URL for the rest service.

Returns:
String

setRootUrl

void setRootUrl(String rootUrl)
Sets the root URL for the rest service.

Parameters:
rootUrl -


Copyright © 2010-2014. All Rights Reserved.