com.hoiio.sdk.objects.ivr
Class Transfer

java.lang.Object
  extended by com.hoiio.sdk.objects.HoiioResponse
      extended by 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
 
Methods inherited from class com.hoiio.sdk.objects.HoiioResponse
getContent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.