@UriParams public final class ParticipantEndpointConfiguration extends TwilioConfiguration
Constructor and Description |
---|
ParticipantEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.twilio.type.PhoneNumber |
getFrom() |
String |
getPathAccountSid() |
String |
getPathCallSid() |
String |
getPathConferenceSid() |
com.twilio.type.PhoneNumber |
getTo() |
void |
setFrom(com.twilio.type.PhoneNumber from) |
void |
setPathAccountSid(String pathAccountSid) |
void |
setPathCallSid(String pathCallSid) |
void |
setPathConferenceSid(String pathConferenceSid) |
void |
setTo(com.twilio.type.PhoneNumber to) |
copy, getApiName, getMethodName, setApiName, setMethodName
public com.twilio.type.PhoneNumber getFrom()
public void setFrom(com.twilio.type.PhoneNumber from)
public String getPathAccountSid()
public void setPathAccountSid(String pathAccountSid)
public String getPathCallSid()
public void setPathCallSid(String pathCallSid)
public String getPathConferenceSid()
public void setPathConferenceSid(String pathConferenceSid)
public com.twilio.type.PhoneNumber getTo()
public void setTo(com.twilio.type.PhoneNumber to)
Apache Camel