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