Package com.twilio.type
Interface Endpoint
-
- All Known Implementing Classes:
Client,PhoneNumber,Sip
public interface Endpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndpoint()Returns endpoint to call.
-
-
-
Method Detail
-
getEndpoint
String getEndpoint()
Returns endpoint to call.- Returns:
- endpoint to call
-
-