
com.plivo.api.xml.Lang Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plivo-java Show documentation
Show all versions of plivo-java Show documentation
A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML
package com.plivo.api.xml;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlValue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.xml.bind.annotation.XmlMixed;
import com.plivo.api.exceptions.PlivoXmlException;
@XmlRootElement(name = "lang")
public class Lang extends PlivoXml implements EmphasisNestable,
LangNestable,
PNestable,
ProsodyNestable,
SNestable,
SpeakNestable {
@XmlMixed
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy