| Package | Description |
|---|---|
| tech.seltzer.enums | |
| tech.seltzer.objects.response |
| Modifier and Type | Method and Description |
|---|---|
static ResponseType |
ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResponseType |
Response.type |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
Response.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setType(ResponseType type) |
Copyright © 2017. All rights reserved.