Package com.twilio.rest.numbers.v1
Class PortingPortInCreator
- java.lang.Object
-
- com.twilio.base.Creator<PortingPortIn>
-
- com.twilio.rest.numbers.v1.PortingPortInCreator
-
public class PortingPortInCreator extends Creator<PortingPortIn>
-
-
Constructor Summary
Constructors Constructor Description PortingPortInCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortingPortIn
create(TwilioRestClient client)
Execute a request using specified client.PortingPortInCreator
setBody(Object body)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setBody
public PortingPortInCreator setBody(Object body)
-
create
public PortingPortIn create(TwilioRestClient client)
Description copied from class:Creator
Execute a request using specified client.- Specified by:
create
in classCreator<PortingPortIn>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-