public class AuthorizedConnectApp extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
AuthorizedConnectApp(TwilioRestClient client)
Instantiates a new application.
|
AuthorizedConnectApp(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new application.
|
AuthorizedConnectApp(TwilioRestClient client,
String sid)
Instantiates a new application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
Gets the account sid.
|
String |
getCompanyName()
Gets the company name.
|
String |
getConnectAppCompanyName()
Gets the company name.
|
String |
getConnectAppDescription()
Gets the description.
|
String |
getConnectAppFriendlyName()
Get the connect app friendly name.
|
String |
getConnectAppHomepageUrl()
Gets the homepage url.
|
String |
getConnectAppSid()
Gets the sid.
|
String |
getDescription()
Gets the description.
|
String |
getFriendlyName()
Gets the friendly name.
|
String |
getHomepageUrl()
Gets the homepage url.
|
List<String> |
getPermissions() |
String |
getSid()
Gets the sid.
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic AuthorizedConnectApp(TwilioRestClient client)
client - the clientpublic AuthorizedConnectApp(TwilioRestClient client, String sid)
client - the clientsid - the sidpublic AuthorizedConnectApp(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public String getConnectAppSid()
public String getAccountSid()
public String getFriendlyName()
public String getDescription()
public String getConnectAppDescription()
public String getConnectAppFriendlyName()
public String getCompanyName()
public String getConnectAppCompanyName()
public String getHomepageUrl()
public String getConnectAppHomepageUrl()
Copyright © 2011 Twilio, Inc. All Rights Reserved.