Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRemoteUserFreeRes
-
Packages that use MAPRemoteUserFreeRes Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPRemoteUserFreeRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRemoteUserFreeRes Modifier and Type Method Description MAPRemoteUserFreeRes
MAPRemoteUserFreeRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPRemoteUserFreeRes
MAPRemoteUserFreeRes. copyOf(MAPRemoteUserFreeRes 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.MAPRemoteUserFreeRes
MAPRemoteUserFreeRes. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPRemoteUserFreeRes
MAPRemoteUserFreeRes. setRuf_Outcome(MAPRUF_Outcome value)
Sets the value of the field ruf-Outcome.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRemoteUserFreeRes Modifier and Type Method Description static MAPRemoteUserFreeRes
MAPRemoteUserFreeRes. copyOf(MAPRemoteUserFreeRes 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. sendRemoteUserFreeResponse(int invokeId, MAPRemoteUserFreeRes result)
Issues a (last) response to a remoteUserFree operation on the dialog.void
MAPDialog. sendRemoteUserFreeResponse(int invokeId, MAPRemoteUserFreeRes result, boolean isLast)
Issues a response to a remoteUserFree operation on the dialog. -
Uses of MAPRemoteUserFreeRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPRemoteUserFreeRes Constructor Description MAPRemoteUserFreeResultEvent(MAPDialog dialog, TcapOperation operation, MAPRemoteUserFreeRes argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPRemoteUserFreeResultEvent -
Uses of MAPRemoteUserFreeRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRemoteUserFreeRes Modifier and Type Field Description static PersistCodec<MAPRemoteUserFreeRes,MAPRemoteUserFreeRes,MAPProto.MAP_CH_DataTypes_RemoteUserFreeRes>
MAPCodecs. MAP_CH_DataTypes_RemoteUserFreeRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.RemoteUserFreeResstatic PersistCodec<MAPRemoteUserFreeRes,MAPRemoteUserFreeRes,MAPProto.MAP_CH_DataTypes_RemoteUserFreeRes>
MAPCodecs. MAP_CH_DataTypes_RemoteUserFreeRes
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.RemoteUserFreeRes
-