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 ObjectgetResponse()org.json.JSONArraygetResultArray()voidsetJSON(org.json.JSONObject responseJSON)
-
-
-
Method Detail
-
setJSON
public void setJSON(org.json.JSONObject responseJSON)
-
getResponse
public Object getResponse()
-
getResultArray
public org.json.JSONArray getResultArray()
-
-