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