Uses of Class
com.heroku.api.http.Http.Method

Packages that use Http.Method
com.heroku.api.http   
com.heroku.api.request   
com.heroku.api.request.addon   
com.heroku.api.request.app   
com.heroku.api.request.config   
com.heroku.api.request.key   
com.heroku.api.request.log   
com.heroku.api.request.ps   
com.heroku.api.request.releases   
com.heroku.api.request.run   
com.heroku.api.request.sharing   
com.heroku.api.request.stack   
com.heroku.api.request.user   
 

Uses of Http.Method in com.heroku.api.http
 

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

Uses of Http.Method in com.heroku.api.request
 

Methods in com.heroku.api.request that return Http.Method
 Http.Method Request.getHttpMethod()
          HTTP method.
 

Uses of Http.Method in com.heroku.api.request.addon
 

Methods in com.heroku.api.request.addon that return Http.Method
 Http.Method AddonRemove.getHttpMethod()
           
 Http.Method AppAddonsList.getHttpMethod()
           
 Http.Method AddonList.getHttpMethod()
           
 Http.Method AddonInstall.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.app
 

Methods in com.heroku.api.request.app that return Http.Method
 Http.Method AppDestroy.getHttpMethod()
           
 Http.Method AppCreate.getHttpMethod()
           
 Http.Method AppList.getHttpMethod()
           
 Http.Method AppRename.getHttpMethod()
           
 Http.Method AppInfo.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.config
 

Methods in com.heroku.api.request.config that return Http.Method
 Http.Method ConfigList.getHttpMethod()
           
 Http.Method ConfigAdd.getHttpMethod()
           
 Http.Method ConfigRemove.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.key
 

Methods in com.heroku.api.request.key that return Http.Method
 Http.Method KeyRemove.getHttpMethod()
           
 Http.Method KeyAdd.getHttpMethod()
           
 Http.Method KeyList.getHttpMethod()
           
 Http.Method KeysRemoveAll.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.log
 

Methods in com.heroku.api.request.log that return Http.Method
 Http.Method Log.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.ps
 

Methods in com.heroku.api.request.ps that return Http.Method
 Http.Method Restart.getHttpMethod()
           
 Http.Method Scale.getHttpMethod()
           
 Http.Method ProcessList.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.releases
 

Methods in com.heroku.api.request.releases that return Http.Method
 Http.Method Rollback.getHttpMethod()
           
 Http.Method ReleaseInfo.getHttpMethod()
           
 Http.Method ListReleases.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.run
 

Methods in com.heroku.api.request.run that return Http.Method
 Http.Method Run.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.sharing
 

Methods in com.heroku.api.request.sharing that return Http.Method
 Http.Method SharingAdd.getHttpMethod()
           
 Http.Method SharingTransfer.getHttpMethod()
           
 Http.Method SharingRemove.getHttpMethod()
           
 Http.Method CollabList.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.stack
 

Methods in com.heroku.api.request.stack that return Http.Method
 Http.Method StackList.getHttpMethod()
           
 Http.Method StackMigrate.getHttpMethod()
           
 

Uses of Http.Method in com.heroku.api.request.user
 

Methods in com.heroku.api.request.user that return Http.Method
 Http.Method UserInfo.getHttpMethod()
           
 



Copyright © 2012. All Rights Reserved.