Class BrandVetting
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.messaging.v1.brandregistration.BrandVetting
-
- All Implemented Interfaces:
Serializable
public class BrandVetting extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBrandVetting.VettingProvider
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrandVettingCreatorcreator(String pathBrandSid, BrandVetting.VettingProvider vettingProvider)booleanequals(Object o)static BrandVettingFetcherfetcher(String pathBrandSid, String pathBrandVettingSid)static BrandVettingfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a BrandVetting object using the provided ObjectMapper.static BrandVettingfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a BrandVetting object using the provided ObjectMapper.StringgetAccountSid()StringgetBrandSid()StringgetBrandVettingSid()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()URIgetUrl()StringgetVettingClass()StringgetVettingId()BrandVetting.VettingProvidergetVettingProvider()StringgetVettingStatus()inthashCode()static BrandVettingReaderreader(String pathBrandSid)
-
-
-
Method Detail
-
creator
public static BrandVettingCreator creator(String pathBrandSid, BrandVetting.VettingProvider vettingProvider)
-
fetcher
public static BrandVettingFetcher fetcher(String pathBrandSid, String pathBrandVettingSid)
-
reader
public static BrandVettingReader reader(String pathBrandSid)
-
fromJson
public static BrandVetting fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a BrandVetting object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- BrandVetting object represented by the provided JSON
-
fromJson
public static BrandVetting fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a BrandVetting object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- BrandVetting object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getBrandSid
public final String getBrandSid()
-
getBrandVettingSid
public final String getBrandVettingSid()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getVettingId
public final String getVettingId()
-
getVettingClass
public final String getVettingClass()
-
getVettingStatus
public final String getVettingStatus()
-
getVettingProvider
public final BrandVetting.VettingProvider getVettingProvider()
-
getUrl
public final URI getUrl()
-
-