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