
com.plivo.api.xml.S 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 com.plivo.api.exceptions.PlivoXmlException;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlMixed;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "s")
public class S extends PlivoXml implements LangNestable,
PNestable,
ProsodyNestable,
SpeakNestable {
@XmlMixed
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy