Uses of Class
com.twilio.twiml.voice.SsmlSayAs.Role
-
Packages that use SsmlSayAs.Role Package Description com.twilio.twiml.voice -
-
Uses of SsmlSayAs.Role in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return SsmlSayAs.Role Modifier and Type Method Description SsmlSayAs.RoleSsmlSayAs. getRole()Specify the format of the date when interpret-as is set to datestatic SsmlSayAs.RoleSsmlSayAs.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static SsmlSayAs.Role[]SsmlSayAs.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type SsmlSayAs.Role Modifier and Type Method Description SsmlSayAs.BuilderSsmlSayAs.Builder. role(SsmlSayAs.Role role)Specify the format of the date when interpret-as is set to date
-