Package com.twilio.rest.voice.v1
Class IpRecordCreator
- java.lang.Object
-
- com.twilio.base.Creator<IpRecord>
-
- com.twilio.rest.voice.v1.IpRecordCreator
-
-
Constructor Summary
Constructors Constructor Description IpRecordCreator(String ipAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpRecordcreate(TwilioRestClient client)Execute a request using specified client.IpRecordCreatorsetCidrPrefixLength(Integer cidrPrefixLength)IpRecordCreatorsetFriendlyName(String friendlyName)IpRecordCreatorsetIpAddress(String ipAddress)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
IpRecordCreator
public IpRecordCreator(String ipAddress)
-
-
Method Detail
-
setIpAddress
public IpRecordCreator setIpAddress(String ipAddress)
-
setFriendlyName
public IpRecordCreator setFriendlyName(String friendlyName)
-
setCidrPrefixLength
public IpRecordCreator setCidrPrefixLength(Integer cidrPrefixLength)
-
-