Examples of IpAccessControlListMappingList


Examples of com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList

   * Gets the list of IpAccessControlListMappings associated with this domain.
   *
   * @return the IpAccessControlListMappingList
   */
  public IpAccessControlListMappingList getIpAccessControlListMappings() {
    IpAccessControlListMappingList ipAccessControlListMappingList = new IpAccessControlListMappingList(
        this.getClient(), this.getSid());
    ipAccessControlListMappingList.setRequestAccountSid(this.getRequestAccountSid());
    return ipAccessControlListMappingList;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.