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 LinkshorteningMessagingServiceDomainAssociationfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<LinkshorteningMessagingServiceDomainAssociation>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Constructor Detail
-
LinkshorteningMessagingServiceDomainAssociationFetcher
public LinkshorteningMessagingServiceDomainAssociationFetcher(String pathMessagingServiceSid)
-
-
Method Detail
-
fetch
public LinkshorteningMessagingServiceDomainAssociation fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<LinkshorteningMessagingServiceDomainAssociation>- Parameters:
client- client used to make request- Returns:
- Requested object
-
fetchWithResponse
public TwilioResponse<LinkshorteningMessagingServiceDomainAssociation> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<LinkshorteningMessagingServiceDomainAssociation>
-
-