Interface ResponseMessage.TelephonyTransferCallOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ResponseMessage.TelephonyTransferCall.EndpointCase getEndpointCase()  
      String getPhoneNumber()
      Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
      com.google.protobuf.ByteString getPhoneNumberBytes()
      Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
      String getSipUri()
      Transfer the call to a SIP endpoint.
      com.google.protobuf.ByteString getSipUriBytes()
      Transfer the call to a SIP endpoint.
      boolean hasPhoneNumber()
      Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
      boolean hasSipUri()
      Transfer the call to a SIP endpoint.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPhoneNumber

        boolean hasPhoneNumber()
         Transfer the call to a phone number
         in [E.164 format](https://en.wikipedia.org/wiki/E.164).
         
        string phone_number = 1;
        Returns:
        Whether the phoneNumber field is set.
      • getPhoneNumber

        String getPhoneNumber()
         Transfer the call to a phone number
         in [E.164 format](https://en.wikipedia.org/wiki/E.164).
         
        string phone_number = 1;
        Returns:
        The phoneNumber.
      • getPhoneNumberBytes

        com.google.protobuf.ByteString getPhoneNumberBytes()
         Transfer the call to a phone number
         in [E.164 format](https://en.wikipedia.org/wiki/E.164).
         
        string phone_number = 1;
        Returns:
        The bytes for phoneNumber.
      • hasSipUri

        boolean hasSipUri()
         Transfer the call to a SIP endpoint.
         
        string sip_uri = 2;
        Returns:
        Whether the sipUri field is set.
      • getSipUri

        String getSipUri()
         Transfer the call to a SIP endpoint.
         
        string sip_uri = 2;
        Returns:
        The sipUri.
      • getSipUriBytes

        com.google.protobuf.ByteString getSipUriBytes()
         Transfer the call to a SIP endpoint.
         
        string sip_uri = 2;
        Returns:
        The bytes for sipUri.