Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3EventTypeSMS
-
Packages that use CAP3EventTypeSMS Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol. -
-
Uses of CAP3EventTypeSMS in com.opencloud.slee.resources.cgin.cap_v3
Fields in com.opencloud.slee.resources.cgin.cap_v3 declared as CAP3EventTypeSMS Modifier and Type Field Description static CAP3EventTypeSMS
CAP3EventTypeSMS. o_smsFailure
Reference to value of the constant o_smsFailure.static CAP3EventTypeSMS
CAP3EventTypeSMS. o_smsSubmitted
Reference to value of the constant o_smsSubmitted.static CAP3EventTypeSMS
CAP3EventTypeSMS. sms_CollectedInfo
Reference to value of the constant sms_CollectedInfo.Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3EventTypeSMS Modifier and Type Method Description static CAP3EventTypeSMS
CAP3EventTypeSMS. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.CAP3EventTypeSMS
CAP3EventReportSMSArg. getEventTypeSMS()
Gets the value of the field eventTypeSMS.CAP3EventTypeSMS
CAP3InitialDPSMSArg. getEventTypeSMS()
Gets the value of the field eventTypeSMS.CAP3EventTypeSMS
CAP3SMSEvent. getEventTypeSMS()
Gets the value of the field eventTypeSMS.static CAP3EventTypeSMS[]
CAP3EventTypeSMS. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3EventTypeSMS Modifier and Type Method Description CAP3EventReportSMSArg
CAP3EventReportSMSArg. setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.CAP3SMSEvent
CAP3SMSEvent. setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.Constructors in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3EventTypeSMS Constructor Description CAP3SMSEvent(CAP3EventTypeSMS EventTypeSMS_param, CCMonitorMode MonitorMode_param)
Constructs an object from given values for all fields. -
Uses of CAP3EventTypeSMS in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP3EventTypeSMS in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4EventTypeSMS
API for CAP-datatypes.EventTypeSMS.Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP3EventTypeSMS Modifier and Type Method Description static CAP3EventTypeSMS
CAP4EventTypeSMS. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static CAP3EventTypeSMS[]
CAP4EventTypeSMS. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP3EventTypeSMS Modifier and Type Method Description CAP4InitialDPSMSArg
CAP4InitialDPSMSArg. setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.
-