Uses of Class
eu.semiramis.identityaggregator.client.RequestResult.Status

Uses of RequestResult.Status in eu.semiramis.identityaggregator.client
 

Methods in eu.semiramis.identityaggregator.client that return RequestResult.Status
 RequestResult.Status RequestResult.getStatus()
           
static RequestResult.Status RequestResult.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestResult.Status[] RequestResult.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.semiramis.identityaggregator.client with parameters of type RequestResult.Status
 void RequestResult.setStatus(RequestResult.Status status)