Class InteractionChannelFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<InteractionChannel>
-
- com.twilio.rest.flexapi.v1.interaction.InteractionChannelFetcher
-
public class InteractionChannelFetcher extends Fetcher<InteractionChannel>
-
-
Constructor Summary
Constructors Constructor Description InteractionChannelFetcher(String pathInteractionSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InteractionChannelfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<InteractionChannel>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Method Detail
-
fetch
public InteractionChannel fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<InteractionChannel>- Parameters:
client- client used to make request- Returns:
- Requested object
-
fetchWithResponse
public TwilioResponse<InteractionChannel> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<InteractionChannel>
-
-