Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCGapTreatment
-
Packages that use CCGapTreatment 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_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 CCGapTreatment in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCGapTreatment Modifier and Type Method Description CCGapTreatment
CCGapTreatment. clone()
Constructs a copy of this object and everything reachable from it.static CCGapTreatment
CCGapTreatment. copyOf(CCGapTreatment 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.CCGapTreatment
CCCallGapArg. getGapTreatment()
Gets the value of the field gapTreatment.CCGapTreatment
CCGapTreatment. setInformationToSend(CCInformationToSend value)
Sets the value of the informationToSend choice.CCGapTreatment
CCGapTreatment. setReleaseCause(Cause value)
Sets the value of the releaseCause choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCGapTreatment Modifier and Type Method Description static CCGapTreatment
CCGapTreatment. copyOf(CCGapTreatment 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.CCCallGapArg
CCCallGapArg. setGapTreatment(CCGapTreatment value)
Sets the value of the field gapTreatment. -
Uses of CCGapTreatment in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCGapTreatment Modifier and Type Field Description static PersistCodec<CCGapTreatment,CCGapTreatment,CCProto.CC_DataTypes_GapTreatment>
CCCodecs. CC_DataTypes_GapTreatment
Singleton codec for the ASN.1 type: CC-DataTypes.GapTreatmentstatic PersistCodec<CCGapTreatment,CCGapTreatment,CCProto.CC_DataTypes_GapTreatment>
CCCodecs. CC_DataTypes_GapTreatment
Singleton codec for the ASN.1 type: CC-DataTypes.GapTreatment -
Uses of CCGapTreatment in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCGapTreatment Modifier and Type Method Description CAP3CallGapArg
CAP3CallGapArg. setGapTreatment(CCGapTreatment value)
Sets the value of the field gapTreatment. -
Uses of CCGapTreatment in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCGapTreatment Modifier and Type Field Description static PersistCodec<CCGapTreatment,CCGapTreatment,CAP3Proto.CAP_datatypes_GapTreatment>
CAP3Codecs. CAP_datatypes_GapTreatment
Singleton codec for the ASN.1 type: CAP-datatypes.GapTreatmentstatic PersistCodec<CCGapTreatment,CCGapTreatment,CAP3Proto.CAP_datatypes_GapTreatment>
CAP3Codecs. CAP_datatypes_GapTreatment
Singleton codec for the ASN.1 type: CAP-datatypes.GapTreatment -
Uses of CCGapTreatment in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCGapTreatment Modifier and Type Field Description static PersistCodec<CCGapTreatment,CCGapTreatment,CAP4Proto.CAP_datatypes_GapTreatment>
CAP4Codecs. CAP_datatypes_GapTreatment
Singleton codec for the ASN.1 type: CAP-datatypes.GapTreatmentstatic PersistCodec<CCGapTreatment,CCGapTreatment,CAP4Proto.CAP_datatypes_GapTreatment>
CAP4Codecs. CAP_datatypes_GapTreatment
Singleton codec for the ASN.1 type: CAP-datatypes.GapTreatment -
Uses of CCGapTreatment in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Subclasses of CCGapTreatment in com.opencloud.slee.resources.cgin.etsi_inap_cs1 Modifier and Type Class Description class
CS1GapTreatment
API for Core-INAP-CS1-DataTypes.GapTreatment.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCGapTreatment Modifier and Type Method Description static CS1GapTreatment
CS1GapTreatment. copyOf(CCGapTreatment 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. -
Uses of CCGapTreatment 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 CCGapTreatment Modifier and Type Field Description static PersistCodec<CCGapTreatment,CS1GapTreatment,CS1Proto.Core_INAP_CS1_DataTypes_GapTreatment>
CS1Codecs. Core_INAP_CS1_DataTypes_GapTreatment
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.GapTreatment
-