| Modifier and Type | Method and Description |
|---|---|
GitkitClient.OobAction |
GitkitClient.OobResponse.getOobAction() |
static GitkitClient.OobAction |
GitkitClient.OobAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitkitClient.OobAction[] |
GitkitClient.OobAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GitkitClient.OobResponse(String email,
String newEmail,
com.google.common.base.Optional<String> oobUrl,
GitkitClient.OobAction oobAction,
String responseBody) |
GitkitClient.OobResponse(String email,
String newEmail,
String oobUrl,
GitkitClient.OobAction oobAction) |
Copyright © 2015. All rights reserved.