Package ru.clinicainfo.protocol
Class NotificationRemoveRequest
- java.lang.Object
-
- ru.clinicainfo.extended.CustomListViewDataSource
-
- ru.clinicainfo.protocol.CustomNetworkRequest
-
- ru.clinicainfo.protocol.NotificationRemoveRequest
-
public class NotificationRemoveRequest extends CustomNetworkRequest
Запрос на удаление нотификации
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
CustomNetworkRequest.NoConnectionException, CustomNetworkRequest.ServiceFailureException, CustomNetworkRequest.ServiceParserException, CustomNetworkRequest.ServiceUnavailableException
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringtokenТокен-
Fields inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
REQUEST_HTTP_BAD_REQUEST, REQUEST_HTTP_CONFLICT, REQUEST_HTTP_GONE, REQUEST_HTTP_SUCCESS, REQUEST_HTTP_UNAUTHORIZED
-
-
Constructor Summary
Constructors Constructor Description NotificationRemoveRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteRequest(java.lang.String urlPath)-
Methods inherited from class ru.clinicainfo.protocol.CustomNetworkRequest
getError, getErrorTextEx, getExceptionMessage, getFailureMessage, getMessageFromDataJson, getMessageFromDataJson, getMessageFromDataJsonEx, getMessageFromDataJsonSafe, getString
-
-
-
-
Method Detail
-
executeRequest
public void executeRequest(java.lang.String urlPath) throws java.io.IOException, CustomNetworkRequest.ServiceUnavailableException, CustomNetworkRequest.ServiceFailureException, java.text.ParseException, org.json.JSONException- Throws:
java.io.IOExceptionCustomNetworkRequest.ServiceUnavailableExceptionCustomNetworkRequest.ServiceFailureExceptionjava.text.ParseExceptionorg.json.JSONException
-
-