Class ContentTypesModel


  • public class ContentTypesModel
    extends Object
    The ContentTypesModel that contains content type response
    • Constructor Detail

      • ContentTypesModel

        public ContentTypesModel()
    • Method Detail

      • setJSON

        public void setJSON​(org.json.JSONObject responseJSON)
      • getResponse

        public Object getResponse()
      • getResultArray

        public org.json.JSONArray getResultArray()
      • setContentTypeData

        public void setContentTypeData​(ContentType contentType)
        Set content type data in the ContentType instance for POJO access. This method is called internally after fetching content type data.
        Parameters:
        contentType - the ContentType instance to set data in