Uses of Interface
com.twilio.type.Endpoint
-
Packages that use Endpoint Package Description com.twilio.rest.api.v2010.account com.twilio.rest.api.v2010.account.conference com.twilio.type -
-
Uses of Endpoint in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account with parameters of type Endpoint Modifier and Type Method Description static CallCreatorCall. creator(Endpoint to, Endpoint from, Twiml twiml)static CallCreatorCall. creator(Endpoint to, Endpoint from, String applicationSid)static CallCreatorCall. creator(Endpoint to, Endpoint from, URI url)static CallCreatorCall. creator(String pathAccountSid, Endpoint to, Endpoint from, Twiml twiml)static CallCreatorCall. creator(String pathAccountSid, Endpoint to, Endpoint from, String applicationSid)static CallCreatorCall. creator(String pathAccountSid, Endpoint to, Endpoint from, URI url)CallCreatorCallCreator. setFrom(Endpoint from)CallCreatorCallCreator. setTo(Endpoint to)Constructors in com.twilio.rest.api.v2010.account with parameters of type Endpoint Constructor Description CallCreator(Endpoint to, Endpoint from, Twiml twiml)CallCreator(Endpoint to, Endpoint from, String applicationSid)CallCreator(Endpoint to, Endpoint from, URI url)CallCreator(String pathAccountSid, Endpoint to, Endpoint from, Twiml twiml)CallCreator(String pathAccountSid, Endpoint to, Endpoint from, String applicationSid)CallCreator(String pathAccountSid, Endpoint to, Endpoint from, URI url) -
Uses of Endpoint in com.twilio.rest.api.v2010.account.conference
Methods in com.twilio.rest.api.v2010.account.conference with parameters of type Endpoint Modifier and Type Method Description static ParticipantCreatorParticipant. creator(String pathConferenceSid, Endpoint from, Endpoint to)static ParticipantCreatorParticipant. creator(String pathAccountSid, String pathConferenceSid, Endpoint from, Endpoint to)ParticipantCreatorParticipantCreator. setFrom(Endpoint from)ParticipantCreatorParticipantCreator. setTo(Endpoint to)Constructors in com.twilio.rest.api.v2010.account.conference with parameters of type Endpoint Constructor Description ParticipantCreator(String pathConferenceSid, Endpoint from, Endpoint to)ParticipantCreator(String pathAccountSid, String pathConferenceSid, Endpoint from, Endpoint to) -
Uses of Endpoint in com.twilio.type
Classes in com.twilio.type that implement Endpoint Modifier and Type Class Description classClientclassPhoneNumberclassSip
-