public class AuthorizedConnectApp extends SidResource
Modifier and Type | Class and Description |
---|---|
static class |
AuthorizedConnectApp.Permission |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static AuthorizedConnectAppFetcher |
fetch(String accountSid,
String connectAppSid)
Create a AuthorizedConnectAppFetcher to execute fetch.
|
static AuthorizedConnectApp |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AuthorizedConnectApp object using the
provided ObjectMapper.
|
static AuthorizedConnectApp |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AuthorizedConnectApp object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The unique sid that identifies this account.
|
String |
getConnectAppCompanyName()
Returns The The company name set for this Connect App..
|
String |
getConnectAppDescription()
Returns The Human readable description of the app.
|
String |
getConnectAppFriendlyName()
Returns The A human readable name for the Connect App..
|
URI |
getConnectAppHomepageUrl()
Returns The The public URL for this Connect App..
|
String |
getConnectAppSid()
Returns The A string that uniquely identifies this app.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date this resource was created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date this resource was last updated.
|
List<AuthorizedConnectApp.Permission> |
getPermissions()
Returns The Permissions authorized to this app.
|
String |
getSid()
Returns The A string that uniquely identifies this app.
|
String |
getUri()
Returns The The URI for this resource.
|
int |
hashCode() |
static AuthorizedConnectAppReader |
read(String accountSid)
Create a AuthorizedConnectAppReader to execute read.
|
String |
toString() |
public static AuthorizedConnectAppFetcher fetch(String accountSid, String connectAppSid)
accountSid
- The account_sidconnectAppSid
- The connect_app_sidpublic static AuthorizedConnectAppReader read(String accountSid)
accountSid
- The account_sidpublic static AuthorizedConnectApp fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static AuthorizedConnectApp fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getSid()
getSid
in class SidResource
public final String getAccountSid()
public final String getConnectAppCompanyName()
public final String getConnectAppDescription()
public final String getConnectAppFriendlyName()
public final URI getConnectAppHomepageUrl()
public final String getConnectAppSid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final List<AuthorizedConnectApp.Permission> getPermissions()
public final String getUri()
Copyright © 2011 Twilio, Inc. All Rights Reserved.