Interface ResponseMessage.TelephonyTransferCallOrBuilder (4.17.0)

public static interface ResponseMessage.TelephonyTransferCallOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpointCase()

public abstract ResponseMessage.TelephonyTransferCall.EndpointCase getEndpointCase()
Returns
TypeDescription
ResponseMessage.TelephonyTransferCall.EndpointCase

getPhoneNumber()

public abstract String getPhoneNumber()

Transfer the call to a phone number in E.164 format.

string phone_number = 1;

Returns
TypeDescription
String

The phoneNumber.

getPhoneNumberBytes()

public abstract ByteString getPhoneNumberBytes()

Transfer the call to a phone number in E.164 format.

string phone_number = 1;

Returns
TypeDescription
ByteString

The bytes for phoneNumber.

getSipUri()

public abstract String getSipUri()

Transfer the call to a SIP endpoint.

string sip_uri = 2;

Returns
TypeDescription
String

The sipUri.

getSipUriBytes()

public abstract ByteString getSipUriBytes()

Transfer the call to a SIP endpoint.

string sip_uri = 2;

Returns
TypeDescription
ByteString

The bytes for sipUri.

hasPhoneNumber()

public abstract boolean hasPhoneNumber()

Transfer the call to a phone number in E.164 format.

string phone_number = 1;

Returns
TypeDescription
boolean

Whether the phoneNumber field is set.

hasSipUri()

public abstract boolean hasSipUri()

Transfer the call to a SIP endpoint.

string sip_uri = 2;

Returns
TypeDescription
boolean

Whether the sipUri field is set.