public class ProfileResult<Result>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileResult.Error |
static class |
ProfileResult.Links |
static class |
ProfileResult.Meta |
| Modifier and Type | Field and Description |
|---|---|
Result |
data |
ProfileResult.Error |
error |
ProfileResult.Links |
links |
ProfileResult.Meta |
meta |
| Constructor and Description |
|---|
ProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
ProfileResult.Error |
getError() |
ProfileResult.Links |
getLinks() |
ProfileResult.Meta |
getMeta() |
boolean |
isSuccess() |
public Result data
public ProfileResult.Error error
public ProfileResult.Meta meta
public ProfileResult.Links links
public boolean isSuccess()
public ProfileResult.Links getLinks()
public ProfileResult.Meta getMeta()
public ProfileResult.Error getError()