com.sinch.sdk.domains.voice.models.Destination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sinch-sdk-java Show documentation
Show all versions of sinch-sdk-java Show documentation
SDK providing a Java API for the Sinch REST APIs.
package com.sinch.sdk.domains.voice.models;
/** Can be of type number for PSTN endpoints or of type username for data endpoints. */
public abstract class Destination {
@Override
public String toString() {
return "";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy