toSend.setAttrs(operation.getAttrs());
return toSend;
}
public PagedCollectionResource getOperationsByFilter(OperationFilter filter) throws SDKException {
OperationStatus status = filter.getStatus();
String device = filter.getDevice();
String agent = filter.getAgent();
if (status != null && agent != null && device != null) {
throw new IllegalArgumentException();