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