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