Class AdminDeleteResponseData
- java.lang.Object
-
- org.ehrbase.response.openehr.admin.AdminDeleteResponseData
-
public class AdminDeleteResponseData extends Object
Delete response data for all all DELETE requests. Contains the number of deleted target entries, i.e. if an EHR has to be deleted the number of deleted EHR will be returned.
-
-
Constructor Summary
Constructors Constructor Description AdminDeleteResponseData(int deleted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeleted()voidsetDeleted(int deleted)
-