Package com.twilio.rest.messaging.v1
Class BrandRegistration
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.messaging.v1.BrandRegistration
-
- All Implemented Interfaces:
Serializable
public class BrandRegistration extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBrandRegistration.BrandFeedbackstatic classBrandRegistration.BrandRegistrationBrandFeedbackstatic classBrandRegistration.IdentityStatusstatic classBrandRegistration.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrandRegistrationCreatorcreator(String customerProfileBundleSid, String a2PProfileBundleSid)booleanequals(Object o)static BrandRegistrationFetcherfetcher(String pathSid)static BrandRegistrationfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a BrandRegistration object using the provided ObjectMapper.static BrandRegistrationfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a BrandRegistration object using the provided ObjectMapper.inthashCode()static BrandRegistrationReaderreader()static StringtoJson(Object object, com.fasterxml.jackson.databind.ObjectMapper mapper)static BrandRegistrationUpdaterupdater(String pathSid)
-
-
-
Method Detail
-
creator
public static BrandRegistrationCreator creator(String customerProfileBundleSid, String a2PProfileBundleSid)
-
fetcher
public static BrandRegistrationFetcher fetcher(String pathSid)
-
reader
public static BrandRegistrationReader reader()
-
updater
public static BrandRegistrationUpdater updater(String pathSid)
-
fromJson
public static BrandRegistration fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a BrandRegistration object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- BrandRegistration object represented by the provided JSON
-
fromJson
public static BrandRegistration fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a BrandRegistration object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- BrandRegistration object represented by the provided JSON
-
toJson
public static String toJson(Object object, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-