Package org.filestack.internal
Class CloudService
java.lang.Object
org.filestack.internal.CloudService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionResponse
<com.google.gson.JsonObject> list
(com.google.gson.JsonObject body) Response
<okhttp3.ResponseBody> logout
(com.google.gson.JsonObject body) prefetch
(com.google.gson.JsonObject body) Response
<com.google.gson.JsonObject> store
(com.google.gson.JsonObject body)
-
Constructor Details
-
CloudService
-
-
Method Details
-
prefetch
- Throws:
IOException
-
list
public Response<com.google.gson.JsonObject> list(com.google.gson.JsonObject body) throws IOException - Throws:
IOException
-
store
public Response<com.google.gson.JsonObject> store(com.google.gson.JsonObject body) throws IOException - Throws:
IOException
-
logout
- Throws:
IOException
-