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