| Package | Description |
|---|---|
| pl.project13.jgoogl.gson | |
| pl.project13.jgoogl.response.v1 | |
| pl.project13.jgoogl.response.v1.enums |
| Modifier and Type | Method and Description |
|---|---|
GooGlStatus |
GooGlStatusDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected GooGlStatus |
ExpandResponse.status |
| Modifier and Type | Method and Description |
|---|---|
GooGlStatus |
ExpandResponse.getStatus()
status is "OK" for most URLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpandResponse.setStatus(GooGlStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static GooGlStatus |
GooGlStatus.byName(String string) |
static GooGlStatus |
GooGlStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GooGlStatus[] |
GooGlStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2013. All Rights Reserved.