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