| Package | Description |
|---|---|
| Model |
| Modifier and Type | Method and Description |
|---|---|
static InlineResponse2011RegistrationInformation.ModeEnum |
InlineResponse2011RegistrationInformation.ModeEnum.fromValue(String text) |
InlineResponse2011RegistrationInformation.ModeEnum |
InlineResponse2011RegistrationInformation.getMode()
In case mode is not provided the API will use COMPLETE as default Possible Values: - 'COMPLETE' - 'PARTIAL'
|
InlineResponse2011RegistrationInformation.ModeEnum |
InlineResponse2011RegistrationInformation.ModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InlineResponse2011RegistrationInformation.ModeEnum |
InlineResponse2011RegistrationInformation.ModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineResponse2011RegistrationInformation.ModeEnum[] |
InlineResponse2011RegistrationInformation.ModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2011RegistrationInformation |
InlineResponse2011RegistrationInformation.mode(InlineResponse2011RegistrationInformation.ModeEnum mode) |
void |
InlineResponse2011RegistrationInformation.setMode(InlineResponse2011RegistrationInformation.ModeEnum mode) |
void |
InlineResponse2011RegistrationInformation.ModeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InlineResponse2011RegistrationInformation.ModeEnum enumeration) |
Copyright © 2024. All rights reserved.