Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1AssistRequestInstructionsArg
-
Packages that use CS1AssistRequestInstructionsArg Package Description 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 CS1AssistRequestInstructionsArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1AssistRequestInstructionsArg Modifier and Type Method Description CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. clone()Constructs a copy of this object and everything reachable from it.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.CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. setCorrelationID(GenericNumber value)Sets the value of the field correlationID.CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. setExtensions(CS1ExtensionField[] value)Sets the value of the field extensions.CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. setIPAvailable(CS1IPAvailable value)Sets the value of the field iPAvailable.CS1AssistRequestInstructionsArgCS1AssistRequestInstructionsArg. setIPSSPCapabilities(CCIPSSPCapabilities value)Sets the value of the field iPSSPCapabilities. -
Uses of CS1AssistRequestInstructionsArg 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 CS1AssistRequestInstructionsArg 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
-