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.domain   
com.heroku.api.request.key   
com.heroku.api.request.log   
com.heroku.api.request.login   
com.heroku.api.request.maintenance   
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(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 RequestTransformation.getHttpMethod()
           
 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 AddonList.getHttpMethod()
           
 Http.Method AppAddonsList.getHttpMethod()
           
 Http.Method AddonRemove.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 AppCreate.getHttpMethod()
           
 Http.Method AppList.getHttpMethod()
           
 Http.Method AppClone.getHttpMethod()
           
 Http.Method AppDestroy.getHttpMethod()
           
 Http.Method AppInfo.getHttpMethod()
           
 Http.Method AppRename.getHttpMethod()
           
 

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

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

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

Methods in com.heroku.api.request.domain that return Http.Method
 Http.Method DomainList.getHttpMethod()
           
 Http.Method DomainRemove.getHttpMethod()
           
 Http.Method DomainAdd.getHttpMethod()
           
 

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

Methods in com.heroku.api.request.key that return Http.Method
 Http.Method KeyAdd.getHttpMethod()
           
 Http.Method KeysRemoveAll.getHttpMethod()
           
 Http.Method KeyRemove.getHttpMethod()
           
 Http.Method KeyList.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.login
 

Methods in com.heroku.api.request.login that return Http.Method
 Http.Method BasicAuthLogin.getHttpMethod()
           
 

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

Methods in com.heroku.api.request.maintenance that return Http.Method
 Http.Method MaintenanceInfo.getHttpMethod()
           
 Http.Method MaintenanceUpdate.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 ListReleases.getHttpMethod()
           
 Http.Method ReleaseInfo.getHttpMethod()
           
 Http.Method Rollback.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 SharingTransfer.getHttpMethod()
           
 Http.Method CollabList.getHttpMethod()
           
 Http.Method SharingRemove.getHttpMethod()
           
 Http.Method SharingAdd.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.