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.IdentityStatusstatic classBrandRegistration.Status
-
Method Summary
-
-
-
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
-
getSid
public final String getSid()
-
getAccountSid
public final String getAccountSid()
-
getCustomerProfileBundleSid
public final String getCustomerProfileBundleSid()
-
getA2pProfileBundleSid
public final String getA2pProfileBundleSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getBrandType
public final String getBrandType()
-
getStatus
public final BrandRegistration.Status getStatus()
-
getTcrId
public final String getTcrId()
-
getFailureReason
public final String getFailureReason()
-
getUrl
public final URI getUrl()
-
getBrandScore
public final Integer getBrandScore()
-
getBrandFeedback
public final List<BrandRegistration.BrandFeedback> getBrandFeedback()
-
getIdentityStatus
public final BrandRegistration.IdentityStatus getIdentityStatus()
-
getRussell3000
public final Boolean getRussell3000()
-
getGovernmentEntity
public final Boolean getGovernmentEntity()
-
getTaxExemptStatus
public final String getTaxExemptStatus()
-
getSkipAutomaticSecVet
public final Boolean getSkipAutomaticSecVet()
-
getMock
public final Boolean getMock()
-
-