All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
RightsManagerInsights |
copyFrom(RightsManagerInsights instance) |
APIContext |
getContext() |
String |
getFieldError() |
String |
getFieldErrorMessage() |
List<Map<String,Object>> |
getFieldMetadata() |
List<Map<String,Object>> |
getFieldTotals() |
List<List<Map<String,Object>>> |
getFieldXAxisBreakdown() |
String |
getId() |
static APIRequest.ResponseParser<RightsManagerInsights> |
getParser() |
static RightsManagerInsights |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<RightsManagerInsights> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
RightsManagerInsights |
setFieldError(String value) |
RightsManagerInsights |
setFieldErrorMessage(String value) |
RightsManagerInsights |
setFieldMetadata(List<Map<String,Object>> value) |
RightsManagerInsights |
setFieldTotals(List<Map<String,Object>> value) |
RightsManagerInsights |
setFieldXAxisBreakdown(List<List<Map<String,Object>>> value) |
String |
toString() |