public class CustomerProfilesEntityAssignmentsFetcher extends Fetcher<CustomerProfilesEntityAssignments>
Constructor and Description |
---|
CustomerProfilesEntityAssignmentsFetcher(String pathCustomerProfileSid,
String pathSid)
Construct a new CustomerProfilesEntityAssignmentsFetcher.
|
Modifier and Type | Method and Description |
---|---|
CustomerProfilesEntityAssignments |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public CustomerProfilesEntityAssignmentsFetcher(String pathCustomerProfileSid, String pathSid)
pathCustomerProfileSid
- The unique string that identifies the resource.pathSid
- The unique string that identifies the resourcepublic CustomerProfilesEntityAssignments fetch(TwilioRestClient client)
fetch
in class Fetcher<CustomerProfilesEntityAssignments>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.