Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1InitiateCallAttemptArg
-
Packages that use CS1InitiateCallAttemptArg 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.events Provides event wrapper classes 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 CS1InitiateCallAttemptArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1InitiateCallAttemptArg Modifier and Type Method Description CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. clone()Constructs a copy of this object and everything reachable from it.static CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. copyOf(CS1InitiateCallAttemptArg 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.CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. setAlertingPattern(Signal value)Sets the value of the field alertingPattern.CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. setCallingPartyNumber(CallingPartyNumber value)Sets the value of the field callingPartyNumber.CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. setDestinationRoutingAddress(CalledPartyNumber[] value)Sets the value of the field destinationRoutingAddress.CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. setExtensions(CS1ExtensionField[] value)Sets the value of the field extensions.CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. setServiceInteractionIndicators(CS1ServiceInteractionIndicators value)Sets the value of the field serviceInteractionIndicators.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1InitiateCallAttemptArg Modifier and Type Method Description static CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. copyOf(CS1InitiateCallAttemptArg 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.intCS1Dialog. sendInitiateCallAttempt(CS1InitiateCallAttemptArg argument)Issues an initiateCallAttempt operation request on the dialog. -
Uses of CS1InitiateCallAttemptArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1.events
Constructors in com.opencloud.slee.resources.cgin.etsi_inap_cs1.events with parameters of type CS1InitiateCallAttemptArg Constructor Description CS1InitiateCallAttemptRequestEvent(CS1Dialog dialog, TcapOperation operation, CS1InitiateCallAttemptArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.etsi_inap_cs1.events.CS1InitiateCallAttemptRequestEvent -
Uses of CS1InitiateCallAttemptArg 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 CS1InitiateCallAttemptArg Modifier and Type Field Description static PersistCodec<CS1InitiateCallAttemptArg,CS1InitiateCallAttemptArg,CS1Proto.Core_INAP_CS1_DataTypes_InitiateCallAttemptArg>CS1Codecs. Core_INAP_CS1_DataTypes_InitiateCallAttemptArgSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.InitiateCallAttemptArgstatic PersistCodec<CS1InitiateCallAttemptArg,CS1InitiateCallAttemptArg,CS1Proto.Core_INAP_CS1_DataTypes_InitiateCallAttemptArg>CS1Codecs. Core_INAP_CS1_DataTypes_InitiateCallAttemptArgSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.InitiateCallAttemptArg
-