| Package | Description |
|---|---|
| com.cardpay.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuthError.NameEnum |
OAuthError.NameEnum.fromValue(String text) |
OAuthError.NameEnum |
OAuthError.NameEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static OAuthError.NameEnum |
OAuthError.NameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthError.NameEnum[] |
OAuthError.NameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthError |
OAuthError.name(OAuthError.NameEnum name) |
void |
OAuthError.setName(OAuthError.NameEnum name) |
void |
OAuthError.NameEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
OAuthError.NameEnum enumeration) |
Copyright © 2022. All rights reserved.