Uses of Class
org.hackystat.sensorbase.client.SensorBaseClient.InvitationReply

Packages that use SensorBaseClient.InvitationReply
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
 

Uses of SensorBaseClient.InvitationReply in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client that return SensorBaseClient.InvitationReply
static SensorBaseClient.InvitationReply SensorBaseClient.InvitationReply.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SensorBaseClient.InvitationReply[] SensorBaseClient.InvitationReply.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hackystat.sensorbase.client with parameters of type SensorBaseClient.InvitationReply
 void SensorBaseClient.reply(java.lang.String owner, java.lang.String projectName, SensorBaseClient.InvitationReply reply)
          Accepts the invitation to be a member of the project owned by owner.