Package com.twilio.rest.content.v1
Class Content.CallToActionAction
- java.lang.Object
-
- com.twilio.rest.content.v1.Content.CallToActionAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContent.CallToActionAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Content.CallToActionAction.Builderbuilder(Content.CallToActionActionType type, String title)booleanequals(Object o)static Content.CallToActionActionfromJson(String jsonString, com.fasterxml.jackson.databind.ObjectMapper mapper)inthashCode()
-
-
-
Method Detail
-
builder
public static Content.CallToActionAction.Builder builder(Content.CallToActionActionType type, String title)
-
fromJson
public static Content.CallToActionAction fromJson(String jsonString, com.fasterxml.jackson.databind.ObjectMapper mapper) throws IOException
- Throws:
IOException
-
-