public static interface ResponseMessage.TelephonyTransferCallOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndpointCase()
public abstract ResponseMessage.TelephonyTransferCall.EndpointCase getEndpointCase()| Type | Description |
| ResponseMessage.TelephonyTransferCall.EndpointCase |
getPhoneNumber()
public abstract String getPhoneNumber()Transfer the call to a phone number in E.164 format.
string phone_number = 1;
| Type | Description |
| String | The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()Transfer the call to a phone number in E.164 format.
string phone_number = 1;
| Type | Description |
| ByteString | The bytes for phoneNumber. |
getSipUri()
public abstract String getSipUri()Transfer the call to a SIP endpoint.
string sip_uri = 2;
| Type | Description |
| String | The sipUri. |
getSipUriBytes()
public abstract ByteString getSipUriBytes()Transfer the call to a SIP endpoint.
string sip_uri = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the phoneNumber field is set. |
hasSipUri()
public abstract boolean hasSipUri()Transfer the call to a SIP endpoint.
string sip_uri = 2;
| Type | Description |
| boolean | Whether the sipUri field is set. |