Package com.contentstack.sdk
Class GlobalFieldsModel
- java.lang.Object
-
- com.contentstack.sdk.GlobalFieldsModel
-
public class GlobalFieldsModel extends Object
The GlobalFieldsModel that contains global fields response
-
-
Constructor Summary
Constructors Constructor Description GlobalFieldsModel()
-
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()
-
-