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