Package com.twilio.rest.assistants.v1
Class Assistant.AssistantsV1ServiceKnowledge
- java.lang.Object
-
- com.twilio.rest.assistants.v1.Assistant.AssistantsV1ServiceKnowledge
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssistant.AssistantsV1ServiceKnowledge.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Assistant.AssistantsV1ServiceKnowledge.Builderbuilder(String id, String name, String type, ZonedDateTime dateCreated, ZonedDateTime dateUpdated)booleanequals(Object o)static Assistant.AssistantsV1ServiceKnowledgefromJson(String jsonString, com.fasterxml.jackson.databind.ObjectMapper mapper)inthashCode()
-
-
-
Method Detail
-
builder
public static Assistant.AssistantsV1ServiceKnowledge.Builder builder(String id, String name, String type, ZonedDateTime dateCreated, ZonedDateTime dateUpdated)
-
fromJson
public static Assistant.AssistantsV1ServiceKnowledge fromJson(String jsonString, com.fasterxml.jackson.databind.ObjectMapper mapper) throws IOException
- Throws:
IOException
-
-