| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static Contact.SourceEnum |
Contact.SourceEnum.fromValue(String text) |
Contact.SourceEnum |
Contact.getSource()
Source of URL of payment
|
Contact.SourceEnum |
Contact.SourceEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Contact.SourceEnum |
Contact.SourceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contact.SourceEnum[] |
Contact.SourceEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setSource(Contact.SourceEnum source) |
Contact |
Contact.source(Contact.SourceEnum source) |
void |
Contact.SourceEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Contact.SourceEnum enumeration) |
Copyright © 2019. All rights reserved.