|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.ConnectApp
public class ConnectApp
The ConnectApps list resource shows all of the Connect Apps that you have created within your Twilio account. The instance resource shows you the permissions you are requesting for a single Connect App as well as information about the Connect App itself. For more information see https://www.twilio.com/docs/api/rest/connect-apps
| Constructor Summary | |
|---|---|
ConnectApp(TwilioRestClient client)
Instantiates a new application. |
|
ConnectApp(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new application. |
|
ConnectApp(TwilioRestClient client,
String sid)
Instantiates a new application. |
|
| Method Summary | |
|---|---|
String |
getAccountSid()
Gets the account sid. |
String |
getAuthorizeRedirectUrl()
Gets the authorize redirect url. |
String |
getCompanyName()
Gets the company name. |
Date |
getDateCreated()
Gets the date created. |
Date |
getDateUpdated()
Gets the date updated. |
String |
getDeauthorizeCallbackMethod()
Gets the deauthorize callback method. |
String |
getDeauthorizeCallbackUrl()
Gets the deauthorize callback url. |
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. |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectApp(TwilioRestClient client)
client - the client
public ConnectApp(TwilioRestClient client,
String sid)
client - the clientsid - the sid
public ConnectApp(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getSid()
public String getFriendlyName()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getDescription()
public String getCompanyName()
public String getHomepageUrl()
public String getDeauthorizeCallbackUrl()
public String getAuthorizeRedirectUrl()
public String getDeauthorizeCallbackMethod()
public List<String> getPermissions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||