Package ru.clinicainfo.protocol
Class GetResourceContentRequest
- java.lang.Object
-
- ru.clinicainfo.protocol.CustomHttpNetworkRequest
-
- ru.clinicainfo.protocol.GetResourceContentRequest
-
public class GetResourceContentRequest extends CustomHttpNetworkRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetResourceContentRequest.ResourceValues-
Nested classes/interfaces inherited from class ru.clinicainfo.protocol.CustomHttpNetworkRequest
CustomHttpNetworkRequest.TypeRequest
-
-
Constructor Summary
Constructors Constructor Description GetResourceContentRequest(ru.clinicainfo.medframework.SchedController controller, GetResourceContentRequest.ResourceValues value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetUrlExtraPath()java.util.Map<java.lang.String,java.lang.String>getUrlParams()java.lang.StringgetValue(com.squareup.okhttp.Response response)-
Methods inherited from class ru.clinicainfo.protocol.CustomHttpNetworkRequest
execute, getController
-
-
-
-
Constructor Detail
-
GetResourceContentRequest
public GetResourceContentRequest(ru.clinicainfo.medframework.SchedController controller, GetResourceContentRequest.ResourceValues value)
-
-
Method Detail
-
getValue
public java.lang.String getValue(com.squareup.okhttp.Response response) throws java.io.IOException, org.json.JSONException- Throws:
java.io.IOExceptionorg.json.JSONException
-
getUrlParams
public java.util.Map<java.lang.String,java.lang.String> getUrlParams()
-
getUrlExtraPath
public java.lang.String getUrlExtraPath()
-
-