
com.bandwidth.sdk.model.bxml.OutboundDestination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bandwidth-sdk Show documentation
Show all versions of bandwidth-sdk Show documentation
The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs
The newest version!
/**
* Represents a {@code } or {@code } element inside a BXML Transfer or Forward verb
*/
package com.bandwidth.sdk.model.bxml;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType
public interface OutboundDestination {
String getUsername();
String getPassword();
String getTransferAnswerUrl();
String getTransferAnswerMethod();
String getTransferDisconnectUrl();
String getTransferDisconnectMethod();
String getFallbackUsername();
String getFallbackPassword();
String getTransferAnswerFallbackUrl();
String getTransferAnswerFallbackMethod();
String getTag();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy