Uses of Class
com.heroku.api.response.Unit

Packages that use Unit
com.heroku.api.request.app   
com.heroku.api.request.config   
com.heroku.api.request.key   
com.heroku.api.request.ps   
com.heroku.api.request.sharing   
com.heroku.api.response   
 

Uses of Unit in com.heroku.api.request.app
 

Methods in com.heroku.api.request.app that return Unit
 Unit AppDestroy.getResponse(byte[] in, int code)
           
 

Uses of Unit in com.heroku.api.request.config
 

Methods in com.heroku.api.request.config that return Unit
 Unit ConfigAdd.getResponse(byte[] in, int code)
           
 

Uses of Unit in com.heroku.api.request.key
 

Methods in com.heroku.api.request.key that return Unit
 Unit KeyRemove.getResponse(byte[] in, int code)
           
 Unit KeyAdd.getResponse(byte[] in, int code)
           
 

Uses of Unit in com.heroku.api.request.ps
 

Methods in com.heroku.api.request.ps that return Unit
 Unit Restart.getResponse(byte[] bytes, int status)
           
 Unit Scale.getResponse(byte[] bytes, int status)
           
 

Uses of Unit in com.heroku.api.request.sharing
 

Methods in com.heroku.api.request.sharing that return Unit
 Unit SharingAdd.getResponse(byte[] in, int code)
           
 Unit SharingTransfer.getResponse(byte[] in, int code)
           
 Unit SharingRemove.getResponse(byte[] in, int code)
           
 

Uses of Unit in com.heroku.api.response
 

Methods in com.heroku.api.response that return Unit
static Unit Unit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Unit[] Unit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.