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

com.bandwidth.sdk.model.bxml.OutboundDestination Maven / Gradle / Ivy

Go to download

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