All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twilio.type.Endpoint Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
package com.twilio.type;

public interface Endpoint {

    /**
     * Returns endpoint to call.
     *
     * @return endpoint to call
     */
    public String getEndpoint();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy