Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4CollectInformationArg
-
Packages that use CAP4CollectInformationArg 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 CAP4CollectInformationArg in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4CollectInformationArg Modifier and Type Method Description CAP4CollectInformationArg
CAP4CollectInformationArg. clone()
Constructs a copy of this object and everything reachable from it.static CAP4CollectInformationArg
CAP4CollectInformationArg. copyOf(CAP4CollectInformationArg 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.CAP4CollectInformationArg
CAP4CollectInformationArg. setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP4CollectInformationArg Modifier and Type Method Description static CAP4CollectInformationArg
CAP4CollectInformationArg. copyOf(CAP4CollectInformationArg 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. sendCollectInformation(CAP4CollectInformationArg argument)
Issues a collectInformation operation request on the dialog. -
Uses of CAP4CollectInformationArg in com.opencloud.slee.resources.cgin.cap_v4.events
Constructors in com.opencloud.slee.resources.cgin.cap_v4.events with parameters of type CAP4CollectInformationArg Constructor Description CAP4CollectInformationRequestEvent(CAP4Dialog dialog, TcapOperation operation, CAP4CollectInformationArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.cap_v4.events.CAP4CollectInformationRequestEvent -
Uses of CAP4CollectInformationArg in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP4CollectInformationArg Modifier and Type Field Description static PersistCodec<CAP4CollectInformationArg,CAP4CollectInformationArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_CollectInformationArg>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_CollectInformationArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.CollectInformationArgstatic PersistCodec<CAP4CollectInformationArg,CAP4CollectInformationArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_CollectInformationArg>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_CollectInformationArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.CollectInformationArg
-