Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCancelLocationRes
-
Packages that use MAPCancelLocationRes Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPCancelLocationRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCancelLocationRes Modifier and Type Method Description MAPCancelLocationRes
MAPCancelLocationRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPCancelLocationRes
MAPCancelLocationRes. copyOf(MAPCancelLocationRes 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.MAPCancelLocationRes
MAPCancelLocationRes. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCancelLocationRes Modifier and Type Method Description static MAPCancelLocationRes
MAPCancelLocationRes. copyOf(MAPCancelLocationRes 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.void
MAPDialog. sendCancelLocationResponse(int invokeId, MAPCancelLocationRes result)
Issues a (last) response to a cancelLocation operation on the dialog.void
MAPDialog. sendCancelLocationResponse(int invokeId, MAPCancelLocationRes result, boolean isLast)
Issues a response to a cancelLocation operation on the dialog. -
Uses of MAPCancelLocationRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCancelLocationRes Modifier and Type Field Description static PersistCodec<MAPCancelLocationRes,MAPCancelLocationRes,MAPProto.MAP_MS_DataTypes_CancelLocationRes>
MAPCodecs. MAP_MS_DataTypes_CancelLocationRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CancelLocationResstatic PersistCodec<MAPCancelLocationRes,MAPCancelLocationRes,MAPProto.MAP_MS_DataTypes_CancelLocationRes>
MAPCodecs. MAP_MS_DataTypes_CancelLocationRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CancelLocationRes
-