Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCGapCriteria
-
Packages that use CCGapCriteria 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 CCGapCriteria in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCGapCriteria Modifier and Type Method Description CCGapCriteriaCCGapCriteria. clone()Constructs a copy of this object and everything reachable from it.static CCGapCriteriaCCGapCriteria. copyOf(CCGapCriteria 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.CCGapCriteriaCCCallGapArg. getGapCriteria()Gets the value of the field gapCriteria.CCGapCriteriaCCGapCriteria. setBasicGapCriteria(CCBasicGapCriteria value)Sets the value of the basicGapCriteria choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCGapCriteria Modifier and Type Method Description static CCGapCriteriaCCGapCriteria. copyOf(CCGapCriteria 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.CCCallGapArgCCCallGapArg. setGapCriteria(CCGapCriteria value)Sets the value of the field gapCriteria. -
Uses of CCGapCriteria in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCGapCriteria Modifier and Type Field Description static PersistCodec<CCGapCriteria,CCGapCriteria,CCProto.CC_DataTypes_GapCriteria>CCCodecs. CC_DataTypes_GapCriteriaSingleton codec for the ASN.1 type: CC-DataTypes.GapCriteriastatic PersistCodec<CCGapCriteria,CCGapCriteria,CCProto.CC_DataTypes_GapCriteria>CCCodecs. CC_DataTypes_GapCriteriaSingleton codec for the ASN.1 type: CC-DataTypes.GapCriteria -
Uses of CCGapCriteria in com.opencloud.slee.resources.cgin.cap_v3
Subclasses of CCGapCriteria in com.opencloud.slee.resources.cgin.cap_v3 Modifier and Type Class Description classCAP3GapCriteriaAPI for CAP-datatypes.GapCriteria.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCGapCriteria Modifier and Type Method Description static CAP3GapCriteriaCAP3GapCriteria. copyOf(CCGapCriteria 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 CCGapCriteria in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCGapCriteria Modifier and Type Field Description static PersistCodec<CCGapCriteria,CAP3GapCriteria,CAP3Proto.CAP_datatypes_GapCriteria>CAP3Codecs. CAP_datatypes_GapCriteriaSingleton codec for the ASN.1 type: CAP-datatypes.GapCriteria -
Uses of CCGapCriteria in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCGapCriteria Modifier and Type Field Description static PersistCodec<CCGapCriteria,CAP3GapCriteria,CAP4Proto.CAP_datatypes_GapCriteria>CAP4Codecs. CAP_datatypes_GapCriteriaSingleton codec for the ASN.1 type: CAP-datatypes.GapCriteria -
Uses of CCGapCriteria in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCGapCriteria Modifier and Type Method Description CS1CallGapArgCS1CallGapArg. setGapCriteria(CCGapCriteria value)Sets the value of the field gapCriteria. -
Uses of CCGapCriteria 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 CCGapCriteria Modifier and Type Field Description static PersistCodec<CCGapCriteria,CCGapCriteria,CS1Proto.Core_INAP_CS1_DataTypes_GapCriteria>CS1Codecs. Core_INAP_CS1_DataTypes_GapCriteriaSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.GapCriteriastatic PersistCodec<CCGapCriteria,CCGapCriteria,CS1Proto.Core_INAP_CS1_DataTypes_GapCriteria>CS1Codecs. Core_INAP_CS1_DataTypes_GapCriteriaSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.GapCriteria
-