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