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 AuthorizedConnectAppfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<AuthorizedConnectApp>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Method Detail
-
fetch
public AuthorizedConnectApp fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<AuthorizedConnectApp>- Parameters:
client- client used to make request- Returns:
- Requested object
-
fetchWithResponse
public TwilioResponse<AuthorizedConnectApp> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<AuthorizedConnectApp>
-
-