Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCAssistRequestInstructionsArg
-
Packages that use CCAssistRequestInstructionsArg 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.events Provides event wrapper classes for the callcontrol pseudo-protocol.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_v2 Provides an API for the CAP v2 protocol.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.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 CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCAssistRequestInstructionsArg Modifier and Type Method Description CCAssistRequestInstructionsArgCCAssistRequestInstructionsArg. clone()Constructs a copy of this object and everything reachable from it.static CCAssistRequestInstructionsArgCCAssistRequestInstructionsArg. copyOf(CCAssistRequestInstructionsArg 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.CCAssistRequestInstructionsArgCCAssistRequestInstructionsArg. setCorrelationID(GenericNumber value)Sets the value of the field correlationID.CCAssistRequestInstructionsArgCCAssistRequestInstructionsArg. setIPSSPCapabilities(CCIPSSPCapabilities value)Sets the value of the field iPSSPCapabilities.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCAssistRequestInstructionsArg Modifier and Type Method Description static CCAssistRequestInstructionsArgCCAssistRequestInstructionsArg. copyOf(CCAssistRequestInstructionsArg 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.intCCDialog. sendAssistRequestInstructions(CCAssistRequestInstructionsArg argument)Issues an assistRequestInstructions operation request on the dialog. -
Uses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.callcontrol.events
Constructors in com.opencloud.slee.resources.cgin.callcontrol.events with parameters of type CCAssistRequestInstructionsArg Constructor Description CCAssistRequestInstructionsRequestEvent(CCDialog dialog, TcapOperation operation, CCAssistRequestInstructionsArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCAssistRequestInstructionsRequestEvent -
Uses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCAssistRequestInstructionsArg Modifier and Type Field Description static PersistCodec<CCAssistRequestInstructionsArg,CCAssistRequestInstructionsArg,CCProto.CC_DataTypes_AssistRequestInstructionsArg>CCCodecs. CC_DataTypes_AssistRequestInstructionsArgSingleton codec for the ASN.1 type: CC-DataTypes.AssistRequestInstructionsArgstatic PersistCodec<CCAssistRequestInstructionsArg,CCAssistRequestInstructionsArg,CCProto.CC_DataTypes_AssistRequestInstructionsArg>CCCodecs. CC_DataTypes_AssistRequestInstructionsArgSingleton codec for the ASN.1 type: CC-DataTypes.AssistRequestInstructionsArg -
Uses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.cap_v2
Subclasses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.cap_v2 Modifier and Type Class Description classCAP2AssistRequestInstructionsArgAPI for CAP-DataTypes.AssistRequestInstructionsArg.Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCAssistRequestInstructionsArg Modifier and Type Method Description static CAP2AssistRequestInstructionsArgCAP2AssistRequestInstructionsArg. copyOf(CCAssistRequestInstructionsArg 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 CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CCAssistRequestInstructionsArg Modifier and Type Field Description static PersistCodec<CCAssistRequestInstructionsArg,CAP2AssistRequestInstructionsArg,CAP2Proto.CAP_DataTypes_AssistRequestInstructionsArg>CAP2Codecs. CAP_DataTypes_AssistRequestInstructionsArgSingleton codec for the ASN.1 type: CAP-DataTypes.AssistRequestInstructionsArg -
Uses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCAssistRequestInstructionsArg Modifier and Type Field Description static PersistCodec<CCAssistRequestInstructionsArg,CAP2AssistRequestInstructionsArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_AssistRequestInstructionsArg>CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_AssistRequestInstructionsArgSingleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.AssistRequestInstructionsArg -
Uses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCAssistRequestInstructionsArg Modifier and Type Field Description static PersistCodec<CCAssistRequestInstructionsArg,CAP2AssistRequestInstructionsArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_AssistRequestInstructionsArg>CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_AssistRequestInstructionsArgSingleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.AssistRequestInstructionsArg -
Uses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Subclasses of CCAssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1 Modifier and Type Class Description classCS1AssistRequestInstructionsArgAPI for Core-INAP-CS1-DataTypes.AssistRequestInstructionsArg.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCAssistRequestInstructionsArg Modifier and Type Method Description static CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. copyOf(CCAssistRequestInstructionsArg 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 CCAssistRequestInstructionsArg 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 CCAssistRequestInstructionsArg Modifier and Type Field Description static PersistCodec<CCAssistRequestInstructionsArg,CS1AssistRequestInstructionsArg,CS1Proto.Core_INAP_CS1_DataTypes_AssistRequestInstructionsArg>CS1Codecs. Core_INAP_CS1_DataTypes_AssistRequestInstructionsArgSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.AssistRequestInstructionsArg
-