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