Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3SMSCause
-
Packages that use CAP3SMSCause Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol. -
-
Uses of CAP3SMSCause in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3SMSCause Modifier and Type Method Description static CAP3SMSCause
CAP3SMSCause. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CAP3SMSCause
CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo. getFailureCause()
Gets the value of the field failureCause.static CAP3SMSCause
CAP3SMSCause. valueOf(String name)
Returns the enum constant of this type with the specified name.static CAP3SMSCause[]
CAP3SMSCause. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3SMSCause Modifier and Type Method Description CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo
CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo. setFailureCause(CAP3SMSCause value)
Sets the value of the field failureCause.
-