All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twilio.twiml.voice.Hangup Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
/**
 * This code was generated by
 * \ / _    _  _|   _  _
 *  | (_)\/(_)(_|\/| |(/_  v1.0.0
 *       /       /
 */

package com.twilio.twiml.voice;

import com.twilio.twiml.TwiML;

/**
 * TwiML wrapper for {@code }
 */
public class Hangup extends TwiML {
    /**
     * For XML Serialization/Deserialization
     */
    private Hangup() {
        this(new Builder());
    }

    /**
     * Create a new {@code } element
     */
    private Hangup(Builder b) {
        super("Hangup", b);
    }

    /**
     * Create a new {@code } element
     */
    public static class Builder extends TwiML.Builder {
        /**
         * Create and return resulting {@code } element
         */
        public Hangup build() {
            return new Hangup(this);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy