| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
ShortCode |
ShortCodesDao.getShortCode(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<ShortCode> |
ShortCodesDao.getShortCodes(Sid accountSid) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShortCodesDao.addShortCode(ShortCode shortCode) |
void |
ShortCodesDao.updateShortCode(ShortCode shortCode) |
| Modifier and Type | Method and Description |
|---|---|
ShortCode |
ShortCode.setApiVersion(String apiVersion) |
ShortCode |
ShortCode.setSmsFallbackMethod(String smsFallbackMethod) |
ShortCode |
ShortCode.setSmsFallbackUrl(URI smsFallbackUrl) |
ShortCode |
ShortCode.setSmsMethod(String smsMethod) |
ShortCode |
ShortCode.setSmsUrl(URI smsUrl) |
| Modifier and Type | Method and Description |
|---|---|
List<ShortCode> |
ShortCodeList.getShortCodes() |
| Constructor and Description |
|---|
ShortCodeList(List<ShortCode> shortCodes) |
| Modifier and Type | Method and Description |
|---|---|
ShortCode |
MybatisShortCodesDao.getShortCode(Sid sid) |
| Modifier and Type | Method and Description |
|---|---|
List<ShortCode> |
MybatisShortCodesDao.getShortCodes(Sid accountSid) |
| Modifier and Type | Method and Description |
|---|---|
void |
MybatisShortCodesDao.addShortCode(ShortCode shortCode) |
void |
MybatisShortCodesDao.updateShortCode(ShortCode shortCode) |
Copyright © 2017. All Rights Reserved.