Package com.twilio.rest.flexapi.v1
Class InsightsQuestionnairesCategory
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.flexapi.v1.InsightsQuestionnairesCategory
-
- All Implemented Interfaces:
Serializable
public class InsightsQuestionnairesCategory extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsightsQuestionnairesCategoryCreatorcreator(String name)static InsightsQuestionnairesCategoryDeleterdeleter(String pathCategorySid)booleanequals(Object o)static InsightsQuestionnairesCategoryfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a InsightsQuestionnairesCategory object using the provided ObjectMapper.static InsightsQuestionnairesCategoryfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a InsightsQuestionnairesCategory object using the provided ObjectMapper.inthashCode()static InsightsQuestionnairesCategoryReaderreader()static StringtoJson(Object object, com.fasterxml.jackson.databind.ObjectMapper mapper)static InsightsQuestionnairesCategoryUpdaterupdater(String pathCategorySid, String name)
-
-
-
Method Detail
-
creator
public static InsightsQuestionnairesCategoryCreator creator(String name)
-
deleter
public static InsightsQuestionnairesCategoryDeleter deleter(String pathCategorySid)
-
reader
public static InsightsQuestionnairesCategoryReader reader()
-
updater
public static InsightsQuestionnairesCategoryUpdater updater(String pathCategorySid, String name)
-
fromJson
public static InsightsQuestionnairesCategory fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a InsightsQuestionnairesCategory object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- InsightsQuestionnairesCategory object represented by the provided JSON
-
fromJson
public static InsightsQuestionnairesCategory fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a InsightsQuestionnairesCategory object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- InsightsQuestionnairesCategory object represented by the provided JSON
-
toJson
public static String toJson(Object object, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-