public class AuthorizedConnectApp extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizedConnectApp.Permission |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static AuthorizedConnectAppFetcher |
fetcher(String pathConnectAppSid)
Create a AuthorizedConnectAppFetcher to execute fetch.
|
static AuthorizedConnectAppFetcher |
fetcher(String pathAccountSid,
String pathConnectAppSid)
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 |
getUri()
Returns The The URI for this resource.
|
int |
hashCode() |
static AuthorizedConnectAppReader |
reader()
Create a AuthorizedConnectAppReader to execute read.
|
static AuthorizedConnectAppReader |
reader(String pathAccountSid)
Create a AuthorizedConnectAppReader to execute read.
|
String |
toString() |
public static AuthorizedConnectAppFetcher fetcher(String pathAccountSid, String pathConnectAppSid)
pathAccountSid - The account_sidpathConnectAppSid - The connect_app_sidpublic static AuthorizedConnectAppFetcher fetcher(String pathConnectAppSid)
pathConnectAppSid - The connect_app_sidpublic static AuthorizedConnectAppReader reader(String pathAccountSid)
pathAccountSid - The account_sidpublic static AuthorizedConnectAppReader reader()
public 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 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 © 2016 Twilio, Inc. All Rights Reserved.