| Modifier and Type | Method and Description |
|---|---|
<T> T |
Connection.execute(Request<T> request,
Map<String,String> extraHeaders,
String apiKey)
Synchronously execute the given request, using a different apiKey than the one associated with this connection
|
<T> T |
Connection.execute(Request<T> request,
String apiKey)
Synchronously execute the given request, using a different apiKey than the one associated with this connection
|
<T> F |
AsyncConnection.executeAsync(Request<T> request,
Map<String,String> extraHeaders,
String apiKey)
Asynchronously execute the given request with, using a different apiKey than the one associated with this connection
|
<T> F |
AsyncConnection.executeAsync(Request<T> request,
String apiKey)
Asynchronously execute the given request with, using a different apiKey than the one associated with this connection
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Json.parse(byte[] data,
Class<? extends Request<T>> classType)
Calls Parser.parse() using the generic type T for Request given Request is the interface for the
classType parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestTransformation<A,B>
|
| Constructor and Description |
|---|
RequestTransformation(Request<A> a) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddonInstall
TODO: Javadoc
|
class |
AddonList
TODO: Javadoc
|
class |
AddonRemove
TODO: Javadoc
|
class |
AppAddonsList
TODO: Javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppCreate
TODO: Javadoc
|
class |
AppDestroy
TODO: Javadoc
|
class |
AppExists
Determines if an app with a given name exists on Heroku.
|
class |
AppInfo
TODO: Javadoc
|
class |
AppList
TODO: Javadoc
|
class |
AppRename
TODO: Javadoc
|
class |
AppUpdate
TODO: Javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuildpackInstallationList |
class |
BuildpackInstallationUpdate |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildCreate |
class |
BuildInfo |
class |
BuildResultInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigList
TODO: Javadoc
|
class |
ConfigUpdate
TODO: Javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainAdd
Add a domain to an app.
|
class |
DomainList
TODO: Javadoc
|
class |
DomainRemove
TODO: Javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynoList |
class |
DynoRestart |
class |
DynoRestartAll |
| Modifier and Type | Class and Description |
|---|---|
class |
FormationList |
class |
FormationUpdate |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyAdd
TODO: Javadoc
|
class |
KeyList
TODO: Javadoc
|
class |
KeyRemove
TODO: Javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log |
| Modifier and Type | Class and Description |
|---|---|
class |
ReleaseInfo
TODO: Javadoc
|
class |
ReleaseList
TODO: Javadoc
|
class |
Rollback
TODO: Javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollabList
TODO: Javadoc
|
class |
SharingAdd
TODO: Javadoc
|
class |
SharingRemove
TODO: Javadoc
|
class |
SharingTransfer
TODO: Javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
SlugCreate |
class |
SlugInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceCreate |
| Modifier and Type | Class and Description |
|---|---|
class |
StackList |
| Modifier and Type | Class and Description |
|---|---|
class |
UserInfo
TODO: Javadoc
|
Copyright © 2018. All rights reserved.