| Package | Description |
|---|---|
| com.bandwidth.iris.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
static SipPeer |
SipPeer.create(IrisClient client,
String siteId,
SipPeer sipPeer) |
static SipPeer |
SipPeer.get(IrisClient client,
String siteId,
String sipPeerId) |
SipPeer |
SipPeerResponse.getSipPeer() |
static SipPeer |
Tns.getSipPeer(IrisClient client,
String tn) |
| Modifier and Type | Method and Description |
|---|---|
List<SipPeer> |
TNSipPeersResponse.getSipPeers() |
static List<SipPeer> |
SipPeer.list(IrisClient client,
String siteId) |
| Modifier and Type | Method and Description |
|---|---|
static SipPeer |
SipPeer.create(IrisClient client,
String siteId,
SipPeer sipPeer) |
void |
SipPeerResponse.setSipPeer(SipPeer sipPeer) |
| Modifier and Type | Method and Description |
|---|---|
void |
TNSipPeersResponse.setSipPeers(List<SipPeer> sipPeers) |
Copyright © 2018. All rights reserved.