| Package | Description |
|---|---|
| com.factern.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiEndpoint.TypeEnum |
ApiEndpoint.TypeEnum.fromValue(String text) |
ApiEndpoint.TypeEnum |
ApiEndpoint.getType()
Get type
|
ApiEndpoint.TypeEnum |
ApiEndpoint.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiEndpoint.TypeEnum |
ApiEndpoint.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEndpoint.TypeEnum[] |
ApiEndpoint.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 |
ApiEndpoint.setType(ApiEndpoint.TypeEnum type) |
ApiEndpoint |
ApiEndpoint.type(ApiEndpoint.TypeEnum type) |
void |
ApiEndpoint.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiEndpoint.TypeEnum enumeration) |
Copyright © 2018. All rights reserved.