Uses of Class
com.bandwidth.iris.sdk.model.SipPeerTelephoneNumber
-
Packages that use SipPeerTelephoneNumber Package Description com.bandwidth.iris.sdk.model -
-
Uses of SipPeerTelephoneNumber in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return SipPeerTelephoneNumber Modifier and Type Method Description SipPeerTelephoneNumberSipPeerTelephoneNumberResponse. getSipPeerTelephoneNumber()SipPeerTelephoneNumberSipPeer. getTn(String number)Methods in com.bandwidth.iris.sdk.model that return types with arguments of type SipPeerTelephoneNumber Modifier and Type Method Description List<SipPeerTelephoneNumber>SipPeerTelephoneNumbersResponse. getSipPeerTelephoneNumbers()List<SipPeerTelephoneNumber>SipPeer. getTns()Methods in com.bandwidth.iris.sdk.model with parameters of type SipPeerTelephoneNumber Modifier and Type Method Description voidSipPeerTelephoneNumberResponse. setSipPeerTelephoneNumber(SipPeerTelephoneNumber sipPeerTelephoneNumber)voidSipPeer. updateTn(SipPeerTelephoneNumber number)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type SipPeerTelephoneNumber Modifier and Type Method Description voidSipPeerTelephoneNumbersResponse. setSipPeerTelephoneNumbers(List<SipPeerTelephoneNumber> sipPeerTelephoneNumbers)
-