Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo
-
Packages that use CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo 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.etsi_inap_cs1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo Modifier and Type Method Description CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo
CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo. clone()
Constructs a copy of this object and everything reachable from it.static CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo
CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo. copyOf(CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo 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.CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo
CCEventSpecificInformationBCSM. getCollectedInfoSpecificInfo()
Gets the value of the collectedInfoSpecificInfo choice.CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo
CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo. setCalledPartyNumber(CalledPartyNumber value)
Sets the value of the field calledPartyNumber.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo Modifier and Type Method Description static CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo
CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo. copyOf(CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo 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.CCEventSpecificInformationBCSM
CCEventSpecificInformationBCSM. setCollectedInfoSpecificInfo(CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo value)
Sets the value of the collectedInfoSpecificInfo choice. -
Uses of CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CCProto.CC_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo>
CCCodecs. CC_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo
Singleton codec for the ASN.1 type: CC-DataTypes.EventSpecificInformationBCSM.collectedInfoSpecificInfostatic PersistCodec<CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CCProto.CC_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo>
CCCodecs. CC_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo
Singleton codec for the ASN.1 type: CC-DataTypes.EventSpecificInformationBCSM.collectedInfoSpecificInfo -
Uses of CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo 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 CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CS1Proto.Core_INAP_CS1_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo>
CS1Codecs. Core_INAP_CS1_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.EventSpecificInformationBCSM.collectedInfoSpecificInfostatic PersistCodec<CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo,CS1Proto.Core_INAP_CS1_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo>
CS1Codecs. Core_INAP_CS1_DataTypes_EventSpecificInformationBCSM_collectedInfoSpecificInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.EventSpecificInformationBCSM.collectedInfoSpecificInfo
-