Uses of Class
com.sinch.sdk.domains.numbers.models.SmsErrorCode
-
Packages that use SmsErrorCode Package Description com.sinch.sdk.domains.numbers.models Numbers API related models -
-
Uses of SmsErrorCode in com.sinch.sdk.domains.numbers.models
Methods in com.sinch.sdk.domains.numbers.models that return SmsErrorCode Modifier and Type Method Description static SmsErrorCodeSmsErrorCode. from(String value)Methods in com.sinch.sdk.domains.numbers.models that return types with arguments of type SmsErrorCode Modifier and Type Method Description Collection<SmsErrorCode>ScheduledSmsProvisioning. getErrorCodes()static Stream<SmsErrorCode>SmsErrorCode. values()Methods in com.sinch.sdk.domains.numbers.models with parameters of type SmsErrorCode Modifier and Type Method Description static StringSmsErrorCode. valueOf(SmsErrorCode e)Constructor parameters in com.sinch.sdk.domains.numbers.models with type arguments of type SmsErrorCode Constructor Description ScheduledSmsProvisioning(String servicePlanId, String campaignId, ProvisioningStatus status, Instant lastUpdatedTime, Collection<SmsErrorCode> errorCodes)
-