Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRemoteUserFreeArg
-
Packages that use MAPRemoteUserFreeArg 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 MAPRemoteUserFreeArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRemoteUserFreeArg Modifier and Type Method Description MAPRemoteUserFreeArgMAPRemoteUserFreeArg. clone()Constructs a copy of this object and everything reachable from it.static MAPRemoteUserFreeArgMAPRemoteUserFreeArg. copyOf(MAPRemoteUserFreeArg 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.MAPRemoteUserFreeArgMAPRemoteUserFreeArg. setAlertingPattern(byte[] value)Sets the value of the field alertingPattern.MAPRemoteUserFreeArgMAPRemoteUserFreeArg. setCallInfo(MAPExternalSignalInfo value)Sets the value of the field callInfo.MAPRemoteUserFreeArgMAPRemoteUserFreeArg. setCcbs_Feature(MAPCCBS_Feature value)Sets the value of the field ccbs-Feature.MAPRemoteUserFreeArgMAPRemoteUserFreeArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPRemoteUserFreeArgMAPRemoteUserFreeArg. setImsi(IMSIAddress value)Sets the value of the field imsi.MAPRemoteUserFreeArgMAPRemoteUserFreeArg. setReplaceB_NumberPresent(boolean flag)Sets the presence or absence of the optional field replaceB-Number.MAPRemoteUserFreeArgMAPRemoteUserFreeArg. setTranslatedB_Number(AddressString value)Sets the value of the field translatedB-Number.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRemoteUserFreeArg Modifier and Type Method Description static MAPRemoteUserFreeArgMAPRemoteUserFreeArg. copyOf(MAPRemoteUserFreeArg 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.intMAPDialog. sendRemoteUserFree(long timeout, MAPRemoteUserFreeArg argument)Issues a remoteUserFree operation request on the dialog. -
Uses of MAPRemoteUserFreeArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPRemoteUserFreeArg Constructor Description MAPRemoteUserFreeRequestEvent(MAPDialog dialog, TcapOperation operation, MAPRemoteUserFreeArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPRemoteUserFreeRequestEvent -
Uses of MAPRemoteUserFreeArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRemoteUserFreeArg Modifier and Type Field Description static PersistCodec<MAPRemoteUserFreeArg,MAPRemoteUserFreeArg,MAPProto.MAP_CH_DataTypes_RemoteUserFreeArg>MAPCodecs. MAP_CH_DataTypes_RemoteUserFreeArgSingleton codec for the ASN.1 type: MAP-CH-DataTypes.RemoteUserFreeArgstatic PersistCodec<MAPRemoteUserFreeArg,MAPRemoteUserFreeArg,MAPProto.MAP_CH_DataTypes_RemoteUserFreeArg>MAPCodecs. MAP_CH_DataTypes_RemoteUserFreeArgSingleton codec for the ASN.1 type: MAP-CH-DataTypes.RemoteUserFreeArg
-