All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
LiveVideoError |
copyFrom(LiveVideoError instance) |
LiveVideoError |
fetch() |
static LiveVideoError |
fetchById(Long id,
APIContext context) |
static LiveVideoError |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LiveVideoError> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LiveVideoError> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<LiveVideoError> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<LiveVideoError>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
LiveVideoError.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCreationTime() |
Long |
getFieldErrorCode() |
String |
getFieldErrorMessage() |
String |
getFieldErrorType() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<LiveVideoError> |
getParser() |
static LiveVideoError |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<LiveVideoError> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |