public class DefaultsFetcher extends Fetcher<Defaults>
Constructor and Description |
---|
DefaultsFetcher(String pathAssistantSid)
Construct a new DefaultsFetcher.
|
Modifier and Type | Method and Description |
---|---|
Defaults |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public DefaultsFetcher(String pathAssistantSid)
pathAssistantSid
- The SID of the Assistant that is the parent of the
resource to fetchpublic Defaults fetch(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.