Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCMiscCallInfo
-
Packages that use CCMiscCallInfo Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.com.opencloud.slee.resources.cgin.callcontrol.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v1 Provides an API for the CAP v1 protocol.com.opencloud.slee.resources.cgin.cap_v1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v2.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.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.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCMiscCallInfo Modifier and Type Method Description CCMiscCallInfo
CCMiscCallInfo. clone()
Constructs a copy of this object and everything reachable from it.static CCMiscCallInfo
CCMiscCallInfo. copyOf(CCMiscCallInfo 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.CCMiscCallInfo
CCEventReportBCSMArg. getMiscCallInfo()
Gets the value of the field miscCallInfo.CCMiscCallInfo
CCMiscCallInfo. setMessageType(CCMiscCallInfo.MessageType value)
Sets the value of the field messageType.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCMiscCallInfo Modifier and Type Method Description static CCMiscCallInfo
CCMiscCallInfo. copyOf(CCMiscCallInfo 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.CCEventReportBCSMArg
CCEventReportBCSMArg. setMiscCallInfo(CCMiscCallInfo value)
Sets the value of the field miscCallInfo. -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCMiscCallInfo Modifier and Type Field Description static PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CCProto.CC_DataTypes_MiscCallInfo>
CCCodecs. CC_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: CC-DataTypes.MiscCallInfostatic PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CCProto.CC_DataTypes_MiscCallInfo>
CCCodecs. CC_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: CC-DataTypes.MiscCallInfo -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CCMiscCallInfo Modifier and Type Method Description CAP1EventReportBCSMArg
CAP1EventReportBCSMArg. setMiscCallInfo(CCMiscCallInfo value)
Sets the value of the field miscCallInfo. -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.cap_v1.persist
Fields in com.opencloud.slee.resources.cgin.cap_v1.persist with type parameters of type CCMiscCallInfo Modifier and Type Field Description static PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP1Proto.Core_INAP_CS1_DataTypes_MiscCallInfo>
CAP1Codecs. Core_INAP_CS1_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MiscCallInfostatic PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP1Proto.Core_INAP_CS1_DataTypes_MiscCallInfo>
CAP1Codecs. Core_INAP_CS1_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MiscCallInfo -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CCMiscCallInfo Modifier and Type Field Description static PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP2Proto.Core_INAP_CS1_DataTypes_MiscCallInfo>
CAP2Codecs. Core_INAP_CS1_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MiscCallInfostatic PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP2Proto.Core_INAP_CS1_DataTypes_MiscCallInfo>
CAP2Codecs. Core_INAP_CS1_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MiscCallInfo -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CCMiscCallInfo Modifier and Type Method Description CCMiscCallInfo
CAP3EventReportSMSArg. getMiscCallInfo()
Gets the value of the field miscCallInfo.CCMiscCallInfo
CAP3EventReportGPRSArg. getMiscGPRSInfo()
Gets the value of the field miscGPRSInfo.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCMiscCallInfo Modifier and Type Method Description CAP3EventReportSMSArg
CAP3EventReportSMSArg. setMiscCallInfo(CCMiscCallInfo value)
Sets the value of the field miscCallInfo.CAP3EventReportGPRSArg
CAP3EventReportGPRSArg. setMiscGPRSInfo(CCMiscCallInfo value)
Sets the value of the field miscGPRSInfo. -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCMiscCallInfo Modifier and Type Field Description static PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP3Proto.IN_CS2_datatypes_MiscCallInfo>
CAP3Codecs. IN_CS2_datatypes_MiscCallInfo
Singleton codec for the ASN.1 type: IN-CS2-datatypes.MiscCallInfostatic PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP3Proto.IN_CS2_datatypes_MiscCallInfo>
CAP3Codecs. IN_CS2_datatypes_MiscCallInfo
Singleton codec for the ASN.1 type: IN-CS2-datatypes.MiscCallInfo -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCMiscCallInfo Modifier and Type Field Description static PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP4Proto.IN_CS2_datatypes_MiscCallInfo>
CAP4Codecs. IN_CS2_datatypes_MiscCallInfo
Singleton codec for the ASN.1 type: IN-CS2-datatypes.MiscCallInfostatic PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CAP4Proto.IN_CS2_datatypes_MiscCallInfo>
CAP4Codecs. IN_CS2_datatypes_MiscCallInfo
Singleton codec for the ASN.1 type: IN-CS2-datatypes.MiscCallInfo -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCMiscCallInfo Modifier and Type Method Description CS1EventReportBCSMArg
CS1EventReportBCSMArg. setMiscCallInfo(CCMiscCallInfo value)
Sets the value of the field miscCallInfo. -
Uses of CCMiscCallInfo in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CCMiscCallInfo Modifier and Type Field Description static PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CS1Proto.Core_INAP_CS1_DataTypes_MiscCallInfo>
CS1Codecs. Core_INAP_CS1_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MiscCallInfostatic PersistCodec<CCMiscCallInfo,CCMiscCallInfo,CS1Proto.Core_INAP_CS1_DataTypes_MiscCallInfo>
CS1Codecs. Core_INAP_CS1_DataTypes_MiscCallInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.MiscCallInfo
-