com.hoiio.sdk.objects.ivr
Class Transfer
java.lang.Object
com.hoiio.sdk.objects.HoiioResponse
com.hoiio.sdk.objects.ivr.Transfer
public class Transfer
- extends HoiioResponse
Constructor Summary |
Transfer(net.sf.json.JSONObject output)
Constructs a new Transfer object by decoding the JSONObject as a response from the HTTP Request |
Method Summary |
String |
getRoom()
Gets the room ID when transferring the call to a conference room |
Transfer
public Transfer(net.sf.json.JSONObject output)
- Constructs a new
Transfer
object by decoding the JSONObject
as a response from the HTTP Request
- Parameters:
output
- The response of the HTTP Request
getRoom
public String getRoom()
- Gets the room ID when transferring the call to a conference room
- Returns:
- A text string representing the conference room ID when transferring the call to a conference room. If the room ID was omitted in the original request, this will be automatically generated for you. This parameter will not be available when transferring the call to a E.164 number.