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