Class MemberFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Member>
-
- com.twilio.rest.chat.v1.service.channel.MemberFetcher
-
-
Constructor Summary
Constructors Constructor Description MemberFetcher(String pathServiceSid, String pathChannelSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Memberfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Member>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Method Detail
-
fetch
public Member fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.
-
fetchWithResponse
public TwilioResponse<Member> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<Member>
-
-