Package com.contentstack.sdk
Class ContentTypesModel
- java.lang.Object
-
- com.contentstack.sdk.ContentTypesModel
-
public class ContentTypesModel extends Object
The ContentTypesModel that contains content type response
-
-
Constructor Summary
Constructors Constructor Description ContentTypesModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getResponse()
org.json.JSONArray
getResultArray()
void
setJSON(org.json.JSONObject responseJSON)
-
-
-
Method Detail
-
setJSON
public void setJSON(org.json.JSONObject responseJSON)
-
getResponse
public Object getResponse()
-
getResultArray
public org.json.JSONArray getResultArray()
-
-