Uses of Class
com.rbnb.api.Username

Packages that use Username
com.rbnb.api Provides the unsupported full application programming interface (API) and the DataTurbine server for the RBNB system. 
 

Uses of Username in com.rbnb.api
 

Methods in com.rbnb.api that return Username
 Username UsernameInterface.getUsername()
          Gets the Username associated with this object.
 

Methods in com.rbnb.api with parameters of type Username
 boolean Username.allowAccess(Username usernameI)
          Allow the specified Username access to this Username?
 boolean Username.isEqual(Username otherI)
          Is this Username equal to the input one?
 void UsernameInterface.setUsername(Username usernameI)
          Sets the Username for this object.