Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4PlayToneArg
-
Packages that use CAP4PlayToneArg Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.events Provides event wrapper classes 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 CAP4PlayToneArg in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4PlayToneArg Modifier and Type Method Description CAP4PlayToneArg
CAP4PlayToneArg. clone()
Constructs a copy of this object and everything reachable from it.static CAP4PlayToneArg
CAP4PlayToneArg. copyOf(CAP4PlayToneArg 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.CAP4PlayToneArg
CAP4PlayToneArg. setBursts(CAP4Burst value)
Sets the value of the field bursts.CAP4PlayToneArg
CAP4PlayToneArg. setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.CAP4PlayToneArg
CAP4PlayToneArg. setLegOrCallSegment(CAP4LegOrCallSegment value)
Sets the value of the field legOrCallSegment.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP4PlayToneArg Modifier and Type Method Description static CAP4PlayToneArg
CAP4PlayToneArg. copyOf(CAP4PlayToneArg 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
CAP4Dialog. sendPlayTone(CAP4PlayToneArg argument)
Issues a playTone operation request on the dialog. -
Uses of CAP4PlayToneArg in com.opencloud.slee.resources.cgin.cap_v4.events
Constructors in com.opencloud.slee.resources.cgin.cap_v4.events with parameters of type CAP4PlayToneArg Constructor Description CAP4PlayToneRequestEvent(CAP4Dialog dialog, TcapOperation operation, CAP4PlayToneArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.cap_v4.events.CAP4PlayToneRequestEvent -
Uses of CAP4PlayToneArg in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP4PlayToneArg Modifier and Type Field Description static PersistCodec<CAP4PlayToneArg,CAP4PlayToneArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_PlayToneArg>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_PlayToneArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.PlayToneArgstatic PersistCodec<CAP4PlayToneArg,CAP4PlayToneArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_PlayToneArg>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_PlayToneArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.PlayToneArg
-