public class SmsConnector extends Connector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTOR_TYPE |
Constructor and Description |
---|
SmsConnector(java.lang.String phoneNumber) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionDisplayString()
Get connect string for UI display
|
java.lang.String |
getConnectionLabel()
Provides a human read-able label
Required to be non-null
|
java.lang.String |
getConnectionString()
Address used to connect
Required to be non-null
|
java.lang.String |
getConnectionType()
Uniquely identifies a connection type
Required to be non-null
|
java.lang.String |
getIconUri()
Get icon for this connector
|
equals, equals, getPriority, hashCode, isUserConnector, toString
public static final java.lang.String CONNECTOR_TYPE
public java.lang.String getConnectionString()
Connector
getConnectionString
in class Connector
public java.lang.String getConnectionDisplayString()
Connector
getConnectionDisplayString
in class Connector
public java.lang.String getConnectionType()
Connector
getConnectionType
in class Connector
public java.lang.String getConnectionLabel()
Connector
getConnectionLabel
in class Connector
public java.lang.String getIconUri()
Connector
getIconUri
in class Connector