Class EntityBatchHandler.ResponseResult
- java.lang.Object
-
- org.sakaiproject.entitybroker.rest.EntityBatchHandler.ResponseBase
-
- org.sakaiproject.entitybroker.rest.EntityBatchHandler.ResponseResult
-
- Enclosing class:
- EntityBatchHandler
public static class EntityBatchHandler.ResponseResult extends EntityBatchHandler.ResponseBase
Holds the results from a successful response request
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDataKey(String dataKey)Set the data key (clears the raw content) if the key is non-null-
Methods inherited from class org.sakaiproject.entitybroker.rest.EntityBatchHandler.ResponseBase
getEntityURL, getReference, getStatus, isFailure
-
-
-
-
Method Detail
-
setDataKey
public void setDataKey(String dataKey)
Set the data key (clears the raw content) if the key is non-null- Parameters:
data- processed data
-
-