public class BrandedChannel extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static BrandedChannelFetcher |
fetcher(String pathSid)
Create a BrandedChannelFetcher to execute fetch.
|
static BrandedChannel |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a BrandedChannel object using the provided
ObjectMapper.
|
static BrandedChannel |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a BrandedChannel object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns Account Sid..
|
String |
getBrandSid()
Returns Brand Sid..
|
String |
getBusinessSid()
Returns Business Sid..
|
Map<String,String> |
getLinks()
Returns Nested resource URLs..
|
String |
getSid()
Returns Branded Channel Sid..
|
URI |
getUrl()
Returns The URL of this resource..
|
int |
hashCode() |
public static BrandedChannelFetcher fetcher(String pathSid)
pathSid
- Branded Channel Sid.public static BrandedChannel fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static BrandedChannel fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getAccountSid()
public final String getBusinessSid()
public final String getBrandSid()
public final String getSid()
public final Map<String,String> getLinks()
public final URI getUrl()
Copyright © 2019 Twilio, Inc. All Rights Reserved.