Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3ContinueWithArgumentArg
-
Packages that use CAP3ContinueWithArgumentArg Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.events Provides event wrapper classes 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 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CAP3ContinueWithArgumentArg in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3ContinueWithArgumentArg Modifier and Type Method Description CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. clone()
Constructs a copy of this object and everything reachable from it.static CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. copyOf(CAP3ContinueWithArgumentArg 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.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setCarrier(byte[] value)
Sets the value of the field carrier.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setChargeNumber(LocationNumber value)
Sets the value of the field chargeNumber.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setCug_OutgoingAccessPresent(boolean flag)
Sets the presence or absence of the optional field cug-OutgoingAccess.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setGenericNumbers(GenericNumber[] value)
Sets the value of the field genericNumbers.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setNaOliInfo(byte[] value)
Sets the value of the field naOliInfo.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3ContinueWithArgumentArg Modifier and Type Method Description static CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. copyOf(CAP3ContinueWithArgumentArg 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.int
CAP3Dialog. sendContinueWithArgument(CAP3ContinueWithArgumentArg argument)
Issues a continueWithArgument operation request on the dialog. -
Uses of CAP3ContinueWithArgumentArg in com.opencloud.slee.resources.cgin.cap_v3.events
Constructors in com.opencloud.slee.resources.cgin.cap_v3.events with parameters of type CAP3ContinueWithArgumentArg Constructor Description CAP3ContinueWithArgumentRequestEvent(CAP3Dialog dialog, TcapOperation operation, CAP3ContinueWithArgumentArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3ContinueWithArgumentRequestEvent -
Uses of CAP3ContinueWithArgumentArg in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3ContinueWithArgumentArg Modifier and Type Field Description static PersistCodec<CAP3ContinueWithArgumentArg,CAP3ContinueWithArgumentArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg>
CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArgstatic PersistCodec<CAP3ContinueWithArgumentArg,CAP3ContinueWithArgumentArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg>
CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArg -
Uses of CAP3ContinueWithArgumentArg in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP3ContinueWithArgumentArg in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4ContinueWithArgumentArg
API for CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArg.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP3ContinueWithArgumentArg Modifier and Type Method Description static CAP4ContinueWithArgumentArg
CAP4ContinueWithArgumentArg. copyOf(CAP3ContinueWithArgumentArg 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 CAP3ContinueWithArgumentArg in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP3ContinueWithArgumentArg Modifier and Type Field Description static PersistCodec<CAP3ContinueWithArgumentArg,CAP4ContinueWithArgumentArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArg
-