Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3SMSEvent
-
Packages that use CAP3SMSEvent Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CAP3SMSEvent in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3SMSEvent Modifier and Type Method Description CAP3SMSEvent
CAP3SMSEvent. clone()
Constructs a copy of this object and everything reachable from it.static CAP3SMSEvent
CAP3SMSEvent. copyOf(CAP3SMSEvent from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.CAP3SMSEvent[]
CAP3RequestReportSMSEventArg. getSMSEvents()
Gets the value of the field sMSEvents.CAP3SMSEvent
CAP3SMSEvent. setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.CAP3SMSEvent
CAP3SMSEvent. setMonitorMode(CCMonitorMode value)
Sets the value of the field monitorMode.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3SMSEvent Modifier and Type Method Description static CAP3SMSEvent
CAP3SMSEvent. copyOf(CAP3SMSEvent from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.CAP3RequestReportSMSEventArg
CAP3RequestReportSMSEventArg. setSMSEvents(CAP3SMSEvent[] value)
Sets the value of the field sMSEvents. -
Uses of CAP3SMSEvent in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3SMSEvent Modifier and Type Field Description static PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP3Proto.CAP_datatypes_SMSEvent>
CAP3Codecs. CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEventstatic PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP3Proto.CAP_datatypes_SMSEvent>
CAP3Codecs. CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEvent -
Uses of CAP3SMSEvent in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP3SMSEvent Modifier and Type Field Description static PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP4Proto.CAP_datatypes_SMSEvent>
CAP4Codecs. CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEventstatic PersistCodec<CAP3SMSEvent,CAP3SMSEvent,CAP4Proto.CAP_datatypes_SMSEvent>
CAP4Codecs. CAP_datatypes_SMSEvent
Singleton codec for the ASN.1 type: CAP-datatypes.SMSEvent
-