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