Uses of Class
com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist.IpAddressCreator
-
Packages that use IpAddressCreator Package Description com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist -
-
Uses of IpAddressCreator in com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist
Methods in com.twilio.rest.api.v2010.account.sip.ipaccesscontrollist that return IpAddressCreator Modifier and Type Method Description static IpAddressCreatorIpAddress. creator(String pathIpAccessControlListSid, String friendlyName, String ipAddress)static IpAddressCreatorIpAddress. creator(String pathAccountSid, String pathIpAccessControlListSid, String friendlyName, String ipAddress)IpAddressCreatorIpAddressCreator. setCidrPrefixLength(Integer cidrPrefixLength)IpAddressCreatorIpAddressCreator. setFriendlyName(String friendlyName)IpAddressCreatorIpAddressCreator. setIpAddress(String ipAddress)
-