Class InviteFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Invite>
-
- com.twilio.rest.chat.v2.service.channel.InviteFetcher
-
-
Constructor Summary
Constructors Constructor Description InviteFetcher(String pathServiceSid, String pathChannelSid, String pathSid)
Construct a new InviteFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Invite
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
InviteFetcher
public InviteFetcher(String pathServiceSid, String pathChannelSid, String pathSid)
Construct a new InviteFetcher.- Parameters:
pathServiceSid
- The SID of the Service to fetch the resource frompathChannelSid
- The SID of the Channel the resource to fetch belongs topathSid
- The unique string that identifies the resource
-
-
Method Detail
-
fetch
public Invite fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
-
-