Uses of Class
com.bandwidth.iris.sdk.model.SipPeer
-
Packages that use SipPeer Package Description com.bandwidth.iris.sdk.model -
-
Uses of SipPeer in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return SipPeer Modifier and Type Method Description static SipPeerSipPeer. create(IrisClient client, String siteId, SipPeer sipPeer)static SipPeerSipPeer. get(IrisClient client, String siteId, String sipPeerId)SipPeerSipPeerResponse. getSipPeer()static SipPeerTns. getSipPeer(IrisClient client, String tn)Methods in com.bandwidth.iris.sdk.model that return types with arguments of type SipPeer Modifier and Type Method Description List<SipPeer>TNSipPeersResponse. getSipPeers()static List<SipPeer>SipPeer. list(IrisClient client, String siteId)Methods in com.bandwidth.iris.sdk.model with parameters of type SipPeer Modifier and Type Method Description static SipPeerSipPeer. create(IrisClient client, String siteId, SipPeer sipPeer)voidSipPeerResponse. setSipPeer(SipPeer sipPeer)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type SipPeer Modifier and Type Method Description voidTNSipPeersResponse. setSipPeers(List<SipPeer> sipPeers)
-