Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3CAMEL_CallResult
-
Packages that use CAP3CAMEL_CallResult Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API 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. -
-
Uses of CAP3CAMEL_CallResult in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3CAMEL_CallResult Modifier and Type Method Description CAP3CAMEL_CallResult
CAP3CAMEL_CallResult. clone()
Constructs a copy of this object and everything reachable from it.static CAP3CAMEL_CallResult
CAP3CAMEL_CallResult. copyOf(CAP2CAMEL_CallResult 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.CAP3CAMEL_CallResult
CAP3CAMEL_CallResult. setTimeDurationChargingResult(CAP3CAMEL_CallResult.TimeDurationChargingResult value)
Sets the value of the timeDurationChargingResult choice. -
Uses of CAP3CAMEL_CallResult in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3CAMEL_CallResult Modifier and Type Field Description static PersistCodec<CAP2CAMEL_CallResult,CAP3CAMEL_CallResult,CAP3Proto.CAP_datatypes_CAMEL_CallResult>
CAP3Codecs. CAP_datatypes_CAMEL_CallResult
Singleton codec for the ASN.1 type: CAP-datatypes.CAMEL-CallResult -
Uses of CAP3CAMEL_CallResult in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP3CAMEL_CallResult in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4CAMEL_CallResult
API for CAP-datatypes.CAMEL-CallResult.
-