eg.com.espace.wenear.client
Class WeNearClient.InterestService

java.lang.Object
  extended by eg.com.espace.wenear.client.WeNearClient.InterestService
Enclosing class:
WeNearClient

public static class WeNearClient.InterestService
extends java.lang.Object

Service interface for operations on interests.


Nested Class Summary
static class WeNearClient.InterestService.TInterest
           
 
Constructor Summary
WeNearClient.InterestService(WeNearClient client)
           
 
Method Summary
 WeNearClient.InterestService.TInterest[] getInterests()
          Retrieves all interests known by the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeNearClient.InterestService

public WeNearClient.InterestService(WeNearClient client)
Method Detail

getInterests

public WeNearClient.InterestService.TInterest[] getInterests()
                                                      throws WeNearClient.UnknownErrorException,
                                                             WeNearClient.BadResponseException,
                                                             WeNearClient.BadRequestException
Retrieves all interests known by the system.

Throws:
WeNearClient.UnknownErrorException
WeNearClient.BadResponseException
WeNearClient.BadRequestException