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