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